Skip to content

Commit

Permalink
Feature/next app (#56)
Browse files Browse the repository at this point in the history
* feat(amplify-app): add AmplifyApp CDK construct

* feat(amplify-app): add AmplifyApp CDK construct

* feat(next-app): add NextApp CDK construct

* Update packages/cdk-next-app/LICENSE.md

Co-authored-by: Nadine van Leeuwen <[email protected]>

* Update packages/cdk-amplify-app/LICENSE.md

Co-authored-by: Nadine van Leeuwen <[email protected]>

---------

Co-authored-by: Nadine van Leeuwen <[email protected]>
  • Loading branch information
thijsdaniels and ikbennadine authored Sep 15, 2023
1 parent 6a7da43 commit 61acacd
Show file tree
Hide file tree
Showing 9 changed files with 493 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-bees-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codedazur/cdk-next-app": patch
---

add NextApp CDK construct
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"essentials",
"static-site",
"tsconfig",
"amplify-app"
"amplify-app",
"next-app"
]
}
Loading

0 comments on commit 61acacd

Please sign in to comment.