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): Add support for dotnet 6 #19148

Closed
2 tasks
hastarin opened this issue Feb 25, 2022 · 2 comments · Fixed by #19144
Closed
2 tasks

(aws-lambda): Add support for dotnet 6 #19148

hastarin opened this issue Feb 25, 2022 · 2 comments · Fixed by #19144
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
Copy link

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@hastarin 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
@github-actions github-actions bot added the @aws-cdk/aws-lambda Related to AWS Lambda label Feb 25, 2022
@NapalmCodes
Copy link

NapalmCodes commented Mar 1, 2022

Possible workaround

import * as lambda from 'aws-cdk-lib/aws-lambda';
const dotnetRuntime = new lambda.Runtime('dotnet6');

UPDATE - Confirmed this works as a workaround

@kaizencc 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
@kaizencc kaizencc removed their assignment Mar 4, 2022
@mergify mergify bot closed this as completed in #19144 Mar 10, 2022
@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants