Skip to content

Commit

Permalink
feat: update cdktf and use prebuilt providers (#2328)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Feb 18, 2022
1 parent ecb03a6 commit 47642bf
Show file tree
Hide file tree
Showing 11 changed files with 193 additions and 1,409 deletions.
11 changes: 7 additions & 4 deletions packages/libs/lambda/package.json
Expand Up @@ -28,7 +28,8 @@
"Lambda",
"API Gateway",
"Next.js",
"Serverless"
"Serverless",
"cdktf"
],
"author": "Daniel Phang <serverlessnextjs@gmail.com>",
"license": "MIT",
Expand All @@ -37,11 +38,13 @@
},
"homepage": "https://github.com/serverless-nextjs/serverless-next.js#readme",
"dependencies": {
"@cdktf/provider-aws": "2.0.13",
"@cdktf/provider-archive": "0.3.5",
"@cdktf/provider-aws": "5.0.3",
"@cdktf/provider-null": "0.5.5",
"@sls-next/aws-common": "link:../aws-common",
"@sls-next/core": "link:../core",
"cdktf": "0.8.6",
"cdktf-cli": "0.8.6",
"cdktf": "0.9.0",
"cdktf-cli": "0.9.0",
"constructs": "10.0.46",
"esbuild": "0.14.20",
"fs-extra": "9.1.0",
Expand Down

This file was deleted.

0 comments on commit 47642bf

Please sign in to comment.