-
-
Notifications
You must be signed in to change notification settings - Fork 797
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
[wip] Convert docker support from lambci to official AWS docker images and add support for node 14 #1274
Conversation
…add support for node 14
This PR will also add support for Python 3.9 with docker which was added in this recent PR #1267 |
What are you getting when you run
I've not crawled through the Again, I've not thoroughly checked the existing code, but a quick search suggests
Again, refer to aws-sam-cli for guidance. A few additions I'd also recommend:
|
If this PR is still relevant, please reopen it. |
@dherault Was this solved in another PR? @wilson208 |
Hi there, facing the same issue with node14 or 16 like my folks here... any chance to re open this or add support??? |
This is a WIP PR for some feedback, it is functional for HTTP events and has not been tested with other event types as of yet, I will do when I get the time but for now would appreciate some early feedback on the approach.
Description
Convert docker support from using lambci lambda runtime images to using official AWS docker images
Motivation and Context
Motivation for this is to add support for node 14, and since lambci is no longer keeping up with latest official AWS runtimes by not supporting node 14, it is a good time to switch to the official AWS Images which are not available
Relates to the following issue: #1262
How Has This Been Tested?
So far testing has been limited to basic HTTP events as such:
serverless.yml
handler.js
Output