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

Lambda provider doesn't support Java runtime #397

Closed
DwayneJengSage opened this issue Feb 3, 2016 · 4 comments · Fixed by #431
Closed

Lambda provider doesn't support Java runtime #397

DwayneJengSage opened this issue Feb 3, 2016 · 4 comments · Fixed by #431

Comments

@DwayneJengSage
Copy link

Following instructions here:
https://github.com/travis-ci/dpl#lambda

This is my .travis.yml:
https://github.com/Sage-Bionetworks/Bridge-EX-Scheduler/blob/a67afea3198df50ccb62a95761204588e05a3e6b/.travis.yml

Looking at the provider, it looks like the runtime is hardcoded to always be Node.js:
https://github.com/travis-ci/dpl/blob/master/lib/dpl/provider/lambda.rb

@dialt0ne
Copy link

+1 being able to deploy to another runtime - like Python.

@jeffm13
Copy link

jeffm13 commented Apr 22, 2016

I'm having a problem with nodejs 4.3. Looks like the provider is still using the LambdaPreview API. I think it should be using the Lambda API. Is anybody else having the same problem?

@BanzaiMan
Copy link
Contributor

We have not released a new version yet. You'd need

deploy:
  edge: true
  ... # rest

@jeffm13
Copy link

jeffm13 commented Apr 22, 2016

thanks

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

Successfully merging a pull request may close this issue.

4 participants