-
Notifications
You must be signed in to change notification settings - Fork 4k
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): Add support for dotnet 6 #19148
Labels
@aws-cdk/aws-lambda
Related to AWS Lambda
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Comments
hastarin
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
Feb 25, 2022
Possible workaround
UPDATE - Confirmed this works as a workaround |
kaizencc
added
effort/small
Small work item – less than a day of effort
p2
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Mar 4, 2022
mergify bot
pushed a commit
that referenced
this issue
Mar 10, 2022
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*
|
TheRealAmazonKendra
pushed a commit
to TheRealAmazonKendra/aws-cdk
that referenced
this issue
Mar 11, 2022
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*
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
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Description
Dotnet 6 has been released.
https://aws.amazon.com/about-aws/whats-new/2022/02/aws-lambda-adds-support-net6/
Can the Runtime class be updated to support this?
Use Case
To be able to use CDK to deploy dotnet 6 Lambdas.
Proposed Solution
Add support to the Runtime class along with any other required changes.
Other information
No response
Acknowledge
The text was updated successfully, but these errors were encountered: