Skip to content

Commit

Permalink
upgrade to min aws-cdk-lib version (logRetentionLambda should have su…
Browse files Browse the repository at this point in the history
…pported Node runtime)
  • Loading branch information
Anton Shchederkin committed Dec 19, 2024
1 parent a2855fe commit 1dfb101
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 97 deletions.
166 changes: 72 additions & 94 deletions typescript/package-lock.json

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

6 changes: 3 additions & 3 deletions typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"testEnvironment": "node"
},
"dependencies": {
"aws-cdk-lib": "^2.173.1",
"constructs": "^10.4.2"
"aws-cdk-lib": "^2.96.0",
"constructs": "^10.1.22"
}
}
}

0 comments on commit 1dfb101

Please sign in to comment.