Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set runtime in lambda_deploy? #105

Open
samstrickler opened this issue Mar 12, 2017 · 2 comments
Open

How to set runtime in lambda_deploy? #105

samstrickler opened this issue Mar 12, 2017 · 2 comments

Comments

@samstrickler
Copy link

How do you set the runtime variable during deploy? Is it enabled as an option? If supported can you please provide an example.

@haylingsailor
Copy link

I wanted this too, but it wasn't supported, so I've added a PR#107 #107. That's failing right now but not on the additions I made. When I forked the repo and ran the tests, one test was failing (dateFacade.getHumanReadableTimestamp was returning a different format) so I fixed it before submitting the PR, but that test is now failing on Travis. That function just returns .toLocaleString() so presumably that gives a different answer on the CI setup. It's odd, because the docs for toLocaleString() say it should give the format I put in the test...

@haylingsailor
Copy link

PR now passes tests...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants