-
Notifications
You must be signed in to change notification settings - Fork 476
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
How to set dotnet6 runtime in CDK? #1088
Comments
Hey @Roman-Blinkov, The CDK will be able to support this once CloudFormation enables support for the dotnet6 Runtime. Until then, there won't be a way to create a lambda with the CDK with this Runtime. |
@Roman-Blinkov Hope this provides guidance. Support for |
|
AWS SAM already works for me via Visual Studio, but CDK not ready |
Exactly, the CDK relies on CloudFormation, and CloudFormation does not support this runtime yet. |
@Roman-Blinkov You are right the CloudFormation service does support the new |
fix aws/aws-lambda-dotnet#1088, fix #19148 https://aws.amazon.com/about-aws/whats-new/2022/02/aws-lambda-adds-support-net6/ https://aws.amazon.com/blogs/compute/introducing-the-net-6-runtime-for-aws-lambda/ https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
fix aws/aws-lambda-dotnet#1088, fix aws#19148 https://aws.amazon.com/about-aws/whats-new/2022/02/aws-lambda-adds-support-net6/ https://aws.amazon.com/blogs/compute/introducing-the-net-6-runtime-for-aws-lambda/ https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Hi everyone!
How to set dotnet6 runtime in CDK?
Currently it is not supported by Amazon.CDK Version=1.145.0
The text was updated successfully, but these errors were encountered: