(custom-resources): singleton function runtime out of date #20426
Labels
@aws-cdk/custom-resources
Related to AWS CDK Custom Resources
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p1
Describe the bug
The AwsCustomResource construct uses an out-of-date Lambda runtime.
Line: https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/custom-resources/lib/aws-custom-resource/aws-custom-resource.ts#L373
Expected Behavior
Should use latest NodeJS version.
Current Behavior
Uses old Node JS version.
Reproduction Steps
Possible Solution
Update runtime version.
Additional Information/Context
No response
CDK CLI Version
1.156.1
Framework Version
No response
Node.js Version
v18.0.0
OS
Mac
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: