Skip to content

Commit

Permalink
fix: 403 assets on deployment (#178)
Browse files Browse the repository at this point in the history
* build: remove esbuild as bundled dependency

* fix: 403 asset on re-deploy

* chore: self mutation

Signed-off-by: github-actions <[email protected]>

* fix: only prune when zip is false

* chore: update deps of examples

* fix: baseLocalDir

* chore: self mutation

Signed-off-by: github-actions <[email protected]>

---------

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
bestickley and github-actions authored Dec 8, 2023
1 parent c972e4b commit 1dd7828
Show file tree
Hide file tree
Showing 18 changed files with 618 additions and 1,043 deletions.
4 changes: 0 additions & 4 deletions .projen/deps.json

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

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
// dependency config
jsiiVersion: '~5.0.0',
cdkVersion: '2.110.0',
bundledDeps: ['esbuild'] /* Runtime dependencies of this module. */,
bundledDeps: [] /* Runtime dependencies of this module. */,
devDeps: [
'@aws-crypto/sha256-js',
'@aws-sdk/client-s3',
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
}
22 changes: 20 additions & 2 deletions API.md

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

14 changes: 7 additions & 7 deletions examples/app-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"cdk": "cdk"
},
"devDependencies": {
"@types/node": "20.5.7",
"aws-cdk": "2.94.0",
"esbuild": "^0.19.3",
"tsx": "^3.12.10",
"typescript": "~5.2.2"
"@types/node": "20.10.4",
"aws-cdk": "2.114.1",
"esbuild": "^0.19.8",
"tsx": "^4.6.2",
"typescript": "~5.3.3"
},
"dependencies": {
"aws-cdk-lib": "2.94.0",
"aws-cdk-lib": "2.114.1",
"cdk-nextjs-standalone": "link:../..",
"constructs": "^10.0.0"
"constructs": "^10.3.0"
}
}
Loading

0 comments on commit 1dd7828

Please sign in to comment.