We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Are lambda custom runtimes supported for the lambda construct?
Specifically, would like to know if the new rust runtime[1] is supported?
[1] - https://github.com/awslabs/aws-lambda-rust-runtime
The text was updated successfully, but these errors were encountered:
Actually this might be possible via https://github.com/awslabs/aws-cdk/blob/master/packages/%40aws-cdk/aws-lambda/lib/runtime.ts#L21.
Please confirm. Thanks!
Sorry, something went wrong.
fix(lambda): Add 'provided' runtime
60cfa9c
Provided runtime can be used for custom runtimes. Fixes #1761.
1c057ab
fix(lambda): Add 'provided' runtime (#1764)
73d5bef
Wow. Awesome. Thanks!
Successfully merging a pull request may close this issue.
Are lambda custom runtimes supported for the lambda construct?
Specifically, would like to know if the new rust runtime[1] is supported?
[1] - https://github.com/awslabs/aws-lambda-rust-runtime
The text was updated successfully, but these errors were encountered: