aws-samples/powertools-for-aws-lambda-workshop

chore: update Python functions to latest runtime version

dreamorosi opened this issue · 0 comments

AWS Solution check on CDK is throwing an error that the Lambda runtime (3.10) is not up to date, commenting out this line works (

Aspects.of(app).add(new AwsSolutionsChecks());
)