Skip to content

Commit

Permalink
fix: needs aws-cdk-lib >= 2.37.0 because aws/aws-cdk#21148 auto gener…
Browse files Browse the repository at this point in the history
…ated lambda for deleting resources requires python >= 3.9
  • Loading branch information
rajyan committed Aug 29, 2022
1 parent 462de7b commit 1af9e6e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
description: 'test',
repositoryUrl: 'https://github.com/rajyan/easy-cerver.git',
license: 'MIT',
cdkVersion: '2.1.0',
cdkVersion: '2.37.0',
defaultReleaseBranch: 'main',

devDeps: [
Expand Down
4 changes: 2 additions & 2 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1af9e6e

Please sign in to comment.