Skip to content

Commit

Permalink
fix: removed cf invalidation (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
sahinvardar authored Feb 6, 2024
1 parent d4f4d4c commit 54ed9ab
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 36 deletions.
2 changes: 1 addition & 1 deletion example/deploy/cdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app": "npx ts-node --prefer-ts-exts src/app.ts",
"app": "tsx src/app.ts",
"context": {
"@aws-cdk/aws-lambda:recognizeLayerVersion": true,
"@aws-cdk/core:checkSecretUsage": true,
Expand Down
11 changes: 6 additions & 5 deletions example/deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "deploy",
"version": "0.1.14",
"type": "module",
Expand All @@ -15,12 +16,12 @@
"@types/node": "*",
"@vardario/cdk-svelte-app": "workspace:*",
"aws-cdk": "*",
"ts-node": "^10.9.1",
"typescript": "^5.0.0",
"aws-cdk-lib": "*",
"constructs": "*",
"esbuild": "^0.17.17",
"source-map-support": "^0.5.21",
"esbuild": "^0.17.17"
},
"private": true
"ts-node": "^10.9.1",
"tsx": "^4.7.0",
"typescript": "^5.0.0"
}
}
Loading

0 comments on commit 54ed9ab

Please sign in to comment.