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

AWS Lambda Runtime outdated #1240

Open
genghis-yang opened this issue May 20, 2021 · 2 comments · May be fixed by #1241
Open

AWS Lambda Runtime outdated #1240

genghis-yang opened this issue May 20, 2021 · 2 comments · May be fixed by #1241
Labels

Comments

@genghis-yang
Copy link

genghis-yang commented May 20, 2021

From https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html, I can see many new runtimes are not supported by dpl now. Like nodejs14.x, dotnetcore3.1, and provided.

When I want to deploy some executable binaries to AWS Lambda, I got such error info in log:

...
Unknown value: runtime=provided (known values: nodejs12.x, nodejs10.x, python3.8, python3.7, python3.6, python2.7, ruby2.7, ruby2.5, java11, java8, go1.x, dotnetcore2.1)
failed to deploy

So it's time for an update.

@genghis-yang
Copy link
Author

I saw PR #1236 added a new runtime for lambda provider. But there are still a lot missed.
So I'll create a new PR to add all missed runtimes.

@stale
Copy link

stale bot commented Jan 8, 2022

Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues

@stale stale bot added the stale label Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant