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-cdk/ec2): (Lambda using NodeJS 16) #28444

Closed
AlirezaDerakhshan opened this issue Dec 20, 2023 · 1 comment
Closed

(aws-cdk/ec2): (Lambda using NodeJS 16) #28444

AlirezaDerakhshan opened this issue Dec 20, 2023 · 1 comment
Labels
@aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.

Comments

@AlirezaDerakhshan
Copy link

Describe the bug

Got a mail from AWS: [Action Required] AWS Lambda end of support for Node.js 16
However, I am not using any Lambda functions in my CDK deployment.

By further investigation, it seems that vpc.js uses this line of code:

const id = "Custom::VpcRestrictDefaultSG", provider = core_1.CustomResourceProvider.getOrCreateProvider(this, id, { codeDirectory: path.join(__dirname, "restrict-default-security-group-handler"), runtime: core_1.CustomResourceProviderRuntime.NODEJS_16_X, description: "Lambda function for removing all inbound/outbound rules from the VPC default security group" });

Expected Behavior

N/A

Current Behavior

N/A

Reproduction Steps

N/A

Possible Solution

No response

Additional Information/Context

No response

CDK CLI Version

2.115.0 (build 58027ee)

Framework Version

No response

Node.js Version

v20.10.0

OS

Mac OS

Language

Java

Language Version

Java 21

Other information

No response

@AlirezaDerakhshan AlirezaDerakhshan added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Dec 20, 2023
@github-actions github-actions bot added the @aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud label Dec 20, 2023
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-ec2 Related to Amazon Elastic Compute Cloud bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant