Skip to content

Commit

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

* 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 3316263 commit 6a7da43
Show file tree
Hide file tree
Showing 16 changed files with 13,690 additions and 13,858 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-toes-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codedazur/cdk-amplify-app": patch
---

add AmplifyApp CDK construct
5 changes: 5 additions & 0 deletions .changeset/ninety-radios-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codedazur/essentials": minor
---

add pascalCase helper
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"conventionalCommits.scopes": [
"timer",
"use-timer",
"notification-provider",
"use-parallax",
"use-audio-progress",
"audio-provider",
"use-date-picker",
"use-pagination",
"website",
"infrastructure",
"essentials",
"static-site",
"tsconfig",
"amplify-app"
]
}
26,990 changes: 13,136 additions & 13,854 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions packages/cdk-amplify-app/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
The MIT License (MIT)

Copyright (c) 2023 code d'azur Interactive B.V.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 change: 1 addition & 0 deletions packages/cdk-amplify-app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# @codedazur/cdk-amplify-app
Loading

0 comments on commit 6a7da43

Please sign in to comment.