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 Custom Runtimes #1761

Closed
dbettin opened this issue Feb 14, 2019 · 2 comments · Fixed by #1764
Closed

Lambda Custom Runtimes #1761

dbettin opened this issue Feb 14, 2019 · 2 comments · Fixed by #1764
Labels
@aws-cdk/aws-lambda Related to AWS Lambda feature-request A feature should be added or improved.

Comments

@dbettin
Copy link

dbettin commented Feb 14, 2019

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

@dbettin
Copy link
Author

dbettin commented Feb 14, 2019

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!

@sam-goodwin sam-goodwin added @aws-cdk/aws-lambda Related to AWS Lambda feature-request A feature should be added or improved. labels Feb 14, 2019
rix0rrr pushed a commit that referenced this issue Feb 14, 2019
Provided runtime can be used for custom runtimes.

Fixes #1761.
rix0rrr pushed a commit that referenced this issue Feb 14, 2019
Provided runtime can be used for custom runtimes.

Fixes #1761.
rix0rrr added a commit that referenced this issue Feb 14, 2019
Provided runtime can be used for custom runtimes.

Fixes #1761.
@dbettin
Copy link
Author

dbettin commented Feb 14, 2019

Wow. Awesome. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-lambda Related to AWS Lambda feature-request A feature should be added or improved.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants