Skip to content

Commit afef657

Browse files
authored
feat: upgrade deps and min cdk (#11)
1 parent e58fb1f commit afef657

File tree

6 files changed

+2529
-2408
lines changed

6 files changed

+2529
-2408
lines changed

.eslintrc.json

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/deps.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 23 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import { awscdk, javascript } from "projen";
22

3+
const MIN_CDK_VERSION = "2.69.0";
4+
35
const project = new awscdk.AwsCdkTypeScriptApp({
4-
cdkVersion: "2.58.0",
6+
cdkVersion: MIN_CDK_VERSION,
57
defaultReleaseBranch: "main",
68
appEntrypoint: "infrastructure/cdk/main.ts",
79

@@ -28,7 +30,7 @@ const project = new awscdk.AwsCdkTypeScriptApp({
2830
"@aws-sdk/lib-dynamodb",
2931
"@aws-sdk/client-sqs",
3032
"@aws-sdk/client-lambda",
31-
"@aws-cdk/aws-apigatewayv2-alpha",
33+
`@aws-cdk/aws-apigatewayv2-alpha@${MIN_CDK_VERSION}-alpha.0`,
3234
"@slack/web-api",
3335
"openai",
3436
"gpt3-tokenizer",

0 commit comments

Comments
 (0)