-
-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update cdktf and use prebuilt providers (#2328)
- Loading branch information
1 parent
ecb03a6
commit 47642bf
Showing
11 changed files
with
193 additions
and
1,409 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,8 @@ | |
"Lambda", | ||
"API Gateway", | ||
"Next.js", | ||
"Serverless" | ||
"Serverless", | ||
"cdktf" | ||
], | ||
"author": "Daniel Phang <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -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", | ||
|
83 changes: 0 additions & 83 deletions
83
packages/libs/lambda/src/deploy/cdktf/.gen/providers/archive/archive-provider.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.