aws-cdk 2.31.2 → 2.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CONTRIBUTING.md +29 -0
- package/README.md +7 -6
- package/THIRD_PARTY_LICENSES +9 -5
- package/build-info.json +2 -2
- package/lib/api/cloudformation-deployments.d.ts +1 -1
- package/lib/api/cloudformation-deployments.js +3 -3
- package/lib/api/nested-stack-helpers.d.ts +13 -13
- package/lib/api/nested-stack-helpers.js +7 -7
- package/lib/api/util/cloudformation.d.ts +3 -2
- package/lib/api/util/cloudformation.js +9 -5
- package/lib/bridge.js +25 -15
- package/lib/cdk-toolkit.d.ts +7 -0
- package/lib/cdk-toolkit.js +2 -2
- package/lib/cli.js +6 -3
- package/lib/commands/context.js +67 -7
- package/lib/index.js +13639 -5366
- package/lib/init-templates/{v1/app → app}/csharp/.template.gitignore +0 -0
- package/lib/init-templates/{v1/app → app}/csharp/README.md +0 -0
- package/lib/init-templates/app/csharp/add-project.hook.d.ts +2 -0
- package/lib/init-templates/{v2/app → app}/csharp/add-project.hook.js +1 -1
- package/lib/init-templates/{v1/app → app}/csharp/cdk.template.json +0 -0
- package/lib/init-templates/{v2/app → app}/csharp/src/%name.PascalCased%/%name.PascalCased%.template.csproj +0 -0
- package/lib/init-templates/{v2/app → app}/csharp/src/%name.PascalCased%/%name.PascalCased%Stack.template.cs +0 -0
- package/lib/init-templates/{v1/app → app}/csharp/src/%name.PascalCased%/GlobalSuppressions.cs +0 -0
- package/lib/init-templates/{v2/app → app}/csharp/src/%name.PascalCased%/Program.template.cs +0 -0
- package/lib/init-templates/{v1/app → app}/csharp/src/%name.PascalCased%.template.sln +0 -0
- package/lib/init-templates/{v1/app → app}/fsharp/.template.gitignore +0 -0
- package/lib/init-templates/{v1/app → app}/fsharp/README.md +0 -0
- package/lib/init-templates/app/fsharp/add-project.hook.d.ts +2 -0
- package/lib/init-templates/{v1/app → app}/fsharp/add-project.hook.js +1 -1
- package/lib/init-templates/{v1/app → app}/fsharp/cdk.template.json +0 -0
- package/lib/init-templates/{v2/app → app}/fsharp/src/%name.PascalCased%/%name.PascalCased%.template.fsproj +0 -0
- package/lib/init-templates/{v1/app → app}/fsharp/src/%name.PascalCased%/%name.PascalCased%Stack.template.fs +0 -0
- package/lib/init-templates/{v1/app → app}/fsharp/src/%name.PascalCased%/Program.template.fs +0 -0
- package/lib/init-templates/{v1/app → app}/fsharp/src/%name.PascalCased%.template.sln +0 -0
- package/lib/init-templates/{v2/app → app}/go/%name%.template.go +0 -0
- package/lib/init-templates/{v2/app → app}/go/%name%_test.template.go +0 -0
- package/lib/init-templates/{v1/app → app}/go/.template.gitignore +0 -0
- package/lib/init-templates/{v2/app → app}/go/README.md +1 -3
- package/lib/init-templates/{v1/app → app}/go/cdk.template.json +0 -0
- package/lib/init-templates/{v2/app → app}/go/go.template.mod +0 -0
- package/lib/init-templates/{v1/app → app}/info.json +0 -0
- package/lib/init-templates/{v1/app → app}/java/.template.gitignore +0 -0
- package/lib/init-templates/{v1/app → app}/java/README.md +0 -0
- package/lib/init-templates/{v1/app → app}/java/cdk.json +0 -0
- package/lib/init-templates/{v2/app → app}/java/pom.xml +0 -0
- package/lib/init-templates/{v2/app → app}/java/src/main/java/com/myorg/%name.PascalCased%App.template.java +0 -0
- package/lib/init-templates/{v2/app → app}/java/src/main/java/com/myorg/%name.PascalCased%Stack.template.java +0 -0
- package/lib/init-templates/{v2/app → app}/java/src/test/java/com/myorg/%name.PascalCased%Test.template.java +0 -0
- package/lib/init-templates/app/java/sub-placeholders.hook.d.ts +2 -0
- package/lib/init-templates/{v1/app → app}/java/sub-placeholders.hook.js +1 -1
- package/lib/init-templates/{v1/app → app}/javascript/.template.gitignore +0 -0
- package/lib/init-templates/{v1/app → app}/javascript/.template.npmignore +0 -0
- package/lib/init-templates/{v1/app → app}/javascript/README.md +0 -0
- package/lib/init-templates/{v2/app → app}/javascript/bin/%name%.template.js +0 -0
- package/lib/init-templates/{v1/app → app}/javascript/cdk.template.json +0 -0
- package/lib/init-templates/{v1/sample-app → app}/javascript/jest.config.js +0 -0
- package/lib/init-templates/{v2/app → app}/javascript/lib/%name%-stack.template.js +0 -0
- package/lib/init-templates/{v2/app → app}/javascript/package.json +0 -0
- package/lib/init-templates/app/javascript/sub-placeholders.hook.d.ts +2 -0
- package/lib/init-templates/{v1/sample-app → app}/javascript/sub-placeholders.hook.js +1 -1
- package/lib/init-templates/{v2/app → app}/javascript/test/%name%.test.template.js +0 -0
- package/lib/init-templates/{v2/app → app}/python/%name.PythonModule%/%name.PythonModule%_stack.template.py +0 -0
- package/lib/init-templates/{v1/app → app}/python/%name.PythonModule%/__init__.py +0 -0
- package/lib/init-templates/{v2/app → app}/python/.template.gitignore +0 -0
- package/lib/init-templates/{v1/app → app}/python/README.template.md +0 -0
- package/lib/init-templates/{v2/app → app}/python/app.template.py +0 -0
- package/lib/init-templates/{v1/app → app}/python/cdk.template.json +0 -0
- package/lib/init-templates/{v1/app → app}/python/requirements-dev.txt +0 -0
- package/lib/init-templates/{v2/app → app}/python/requirements.txt +0 -0
- package/lib/init-templates/{v1/app → app}/python/source.bat +0 -0
- package/lib/init-templates/app/python/sub-placeholders.hook.d.ts +2 -0
- package/lib/init-templates/{v1/sample-app → app}/python/sub-placeholders.hook.js +1 -1
- package/lib/init-templates/{v1/app → app}/python/tests/__init__.py +0 -0
- package/lib/init-templates/{v1/app → app}/python/tests/unit/__init__.py +0 -0
- package/lib/init-templates/{v2/app → app}/python/tests/unit/test_%name.PythonModule%_stack.template.py +0 -0
- package/lib/init-templates/{v1/app → app}/typescript/.template.gitignore +0 -0
- package/lib/init-templates/{v1/app → app}/typescript/.template.npmignore +0 -0
- package/lib/init-templates/{v1/app → app}/typescript/README.md +0 -0
- package/lib/init-templates/{v2/app → app}/typescript/bin/%name%.template.ts +0 -0
- package/lib/init-templates/{v1/app → app}/typescript/cdk.template.json +0 -0
- package/lib/init-templates/{v1/app → app}/typescript/jest.config.js +0 -0
- package/lib/init-templates/{v2/app → app}/typescript/lib/%name%-stack.template.ts +0 -0
- package/lib/init-templates/{v2/app → app}/typescript/package.json +1 -1
- package/lib/init-templates/app/typescript/sub-placeholders.hook.d.ts +2 -0
- package/lib/init-templates/{v1/app/javascript → app/typescript}/sub-placeholders.hook.js +1 -1
- package/lib/init-templates/{v2/app → app}/typescript/test/%name%.test.template.ts +0 -0
- package/lib/init-templates/{v1/app → app}/typescript/tsconfig.json +0 -0
- package/lib/init-templates/{v1/lib → lib}/info.json +0 -0
- package/lib/init-templates/{v1/lib → lib}/typescript/.template.gitignore +0 -0
- package/lib/init-templates/{v1/lib → lib}/typescript/.template.npmignore +0 -0
- package/lib/init-templates/{v2/lib → lib}/typescript/README.template.md +0 -0
- package/lib/init-templates/{v1/lib → lib}/typescript/jest.config.js +0 -0
- package/lib/init-templates/{v2/lib → lib}/typescript/lib/index.template.ts +0 -0
- package/lib/init-templates/{v2/lib → lib}/typescript/package.json +0 -0
- package/lib/init-templates/lib/typescript/sub-placeholders.hook.d.ts +2 -0
- package/lib/init-templates/{v1/lib → lib}/typescript/sub-placeholders.hook.js +1 -1
- package/lib/init-templates/{v2/lib → lib}/typescript/test/%name%.test.template.ts +0 -0
- package/lib/init-templates/{v1/lib → lib}/typescript/tsconfig.json +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/csharp/.template.gitignore +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/csharp/README.template.md +0 -0
- package/lib/init-templates/sample-app/csharp/add-project.hook.d.ts +2 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/csharp/add-project.hook.js +1 -1
- package/lib/init-templates/{v1/sample-app → sample-app}/csharp/cdk.template.json +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/csharp/src/%name.PascalCased%/%name.PascalCased%.template.csproj +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/csharp/src/%name.PascalCased%/%name.PascalCased%Stack.template.cs +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/csharp/src/%name.PascalCased%/GlobalSuppressions.cs +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/csharp/src/%name.PascalCased%/Program.template.cs +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/csharp/src/%name.PascalCased%.template.sln +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/fsharp/.template.gitignore +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/fsharp/README.template.md +0 -0
- package/lib/init-templates/sample-app/fsharp/add-project.hook.d.ts +2 -0
- package/lib/init-templates/{v2/app → sample-app}/fsharp/add-project.hook.js +1 -1
- package/lib/init-templates/{v1/sample-app → sample-app}/fsharp/cdk.template.json +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/fsharp/src/%name.PascalCased%/%name.PascalCased%.template.fsproj +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/fsharp/src/%name.PascalCased%/%name.PascalCased%Stack.template.fs +1 -1
- package/lib/init-templates/{v1/sample-app → sample-app}/fsharp/src/%name.PascalCased%/Program.template.fs +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/fsharp/src/%name.PascalCased%.template.sln +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/go/%name%.template.go +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/go/%name%_test.template.go +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/go/.template.gitignore +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/go/README.md +1 -3
- package/lib/init-templates/{v1/sample-app → sample-app}/go/cdk.template.json +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/go/go.template.mod +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/info.json +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/java/.template.gitignore +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/java/README.template.md +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/java/cdk.json +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/java/pom.xml +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/java/src/main/java/com/myorg/%name.PascalCased%App.template.java +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/java/src/main/java/com/myorg/%name.PascalCased%Stack.template.java +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/java/src/test/java/com/myorg/%name.PascalCased%StackTest.template.java +0 -0
- package/lib/init-templates/sample-app/java/sub-placeholders.hook.d.ts +2 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/java/sub-placeholders.hook.js +1 -1
- package/lib/init-templates/{v1/sample-app → sample-app}/javascript/.template.gitignore +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/javascript/.template.npmignore +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/javascript/README.template.md +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/javascript/bin/%name%.template.js +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/javascript/cdk.template.json +0 -0
- package/lib/init-templates/{v2/app → sample-app}/javascript/jest.config.js +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/javascript/lib/%name%-stack.template.js +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/javascript/package.json +0 -0
- package/lib/init-templates/sample-app/javascript/sub-placeholders.hook.d.ts +2 -0
- package/lib/init-templates/{v1/app/typescript → sample-app/javascript}/sub-placeholders.hook.js +1 -1
- package/lib/init-templates/{v2/sample-app → sample-app}/javascript/test/%name%.test.template.js +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/javascript/tsconfig.json +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/python/%name.PythonModule%/%name.PythonModule%_stack.template.py +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/python/%name.PythonModule%/__init__.py +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/python/.template.gitignore +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/python/README.template.md +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/python/app.template.py +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/python/cdk.template.json +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/python/requirements-dev.txt +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/python/requirements.txt +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/python/source.bat +0 -0
- package/lib/init-templates/sample-app/python/sub-placeholders.hook.d.ts +2 -0
- package/lib/init-templates/{v2/app → sample-app}/python/sub-placeholders.hook.js +1 -1
- package/lib/init-templates/{v1/sample-app → sample-app}/python/tests/__init__.py +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/python/tests/unit/__init__.py +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/python/tests/unit/test_%name.PythonModule%_stack.template.py +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/typescript/.template.gitignore +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/typescript/.template.npmignore +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/typescript/README.template.md +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/typescript/bin/%name%.template.ts +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/typescript/cdk.template.json +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/typescript/jest.config.js +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/typescript/lib/%name%-stack.template.ts +0 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/typescript/package.json +1 -1
- package/lib/init-templates/sample-app/typescript/sub-placeholders.hook.d.ts +2 -0
- package/lib/init-templates/sample-app/typescript/sub-placeholders.hook.js +9 -0
- package/lib/init-templates/{v2/sample-app → sample-app}/typescript/test/%name%.test.template.ts +0 -0
- package/lib/init-templates/{v1/sample-app → sample-app}/typescript/tsconfig.json +0 -0
- package/lib/init.js +3 -16
- package/lib/notices.js +9 -15
- package/lib/setup-sandbox.js +6 -3
- package/lib/util/directories.d.ts +11 -0
- package/lib/util/directories.js +19 -2
- package/package.json +14 -13
- package/test/api/deploy-stack.test.js +2 -2
- package/test/commands/context-command.test.js +186 -47
- package/test/init.test.js +50 -56
- package/test/integ/cli/cli.integtest.js +30 -1
- package/test/integ/cli/sam_cdk_integ_app/src/python/Function/requirements.txt +1 -1
- package/test/integ/cli/sam_cdk_integ_app/src/python/Layer/requirements.txt +1 -1
- package/test/util/cloudformation.test.js +31 -4
- package/lib/init-templates/v1/app/csharp/add-project.hook.d.ts +0 -2
- package/lib/init-templates/v1/app/csharp/add-project.hook.js +0 -31
- package/lib/init-templates/v1/app/csharp/src/%name.PascalCased%/%name.PascalCased%.template.csproj +0 -19
- package/lib/init-templates/v1/app/csharp/src/%name.PascalCased%/%name.PascalCased%Stack.template.cs +0 -12
- package/lib/init-templates/v1/app/csharp/src/%name.PascalCased%/Program.template.cs +0 -45
- package/lib/init-templates/v1/app/fsharp/add-project.hook.d.ts +0 -2
- package/lib/init-templates/v1/app/fsharp/src/%name.PascalCased%/%name.PascalCased%.template.fsproj +0 -24
- package/lib/init-templates/v1/app/go/%name%.template.go +0 -68
- package/lib/init-templates/v1/app/go/%name%_test.template.go +0 -26
- package/lib/init-templates/v1/app/go/README.md +0 -14
- package/lib/init-templates/v1/app/go/go.template.mod +0 -9
- package/lib/init-templates/v1/app/java/pom.xml +0 -60
- package/lib/init-templates/v1/app/java/src/main/java/com/myorg/%name.PascalCased%App.template.java +0 -41
- package/lib/init-templates/v1/app/java/src/main/java/com/myorg/%name.PascalCased%Stack.template.java +0 -24
- package/lib/init-templates/v1/app/java/src/test/java/com/myorg/%name.PascalCased%Test.template.java +0 -26
- package/lib/init-templates/v1/app/java/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v1/app/javascript/bin/%name%.template.js +0 -21
- package/lib/init-templates/v1/app/javascript/jest.config.js +0 -3
- package/lib/init-templates/v1/app/javascript/lib/%name%-stack.template.js +0 -23
- package/lib/init-templates/v1/app/javascript/package.json +0 -20
- package/lib/init-templates/v1/app/javascript/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v1/app/javascript/test/%name%.test.template.js +0 -18
- package/lib/init-templates/v1/app/python/%name.PythonModule%/%name.PythonModule%_stack.template.py +0 -24
- package/lib/init-templates/v1/app/python/.template.gitignore +0 -11
- package/lib/init-templates/v1/app/python/app.template.py +0 -34
- package/lib/init-templates/v1/app/python/requirements.txt +0 -2
- package/lib/init-templates/v1/app/python/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v1/app/python/sub-placeholders.hook.js +0 -9
- package/lib/init-templates/v1/app/python/tests/unit/test_%name.PythonModule%_stack.template.py +0 -19
- package/lib/init-templates/v1/app/typescript/bin/%name%.template.ts +0 -21
- package/lib/init-templates/v1/app/typescript/lib/%name%-stack.template.ts +0 -15
- package/lib/init-templates/v1/app/typescript/package.json +0 -28
- package/lib/init-templates/v1/app/typescript/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v1/app/typescript/test/%name%.test.template.ts +0 -17
- package/lib/init-templates/v1/lib/typescript/README.template.md +0 -12
- package/lib/init-templates/v1/lib/typescript/lib/index.template.ts +0 -20
- package/lib/init-templates/v1/lib/typescript/package.json +0 -26
- package/lib/init-templates/v1/lib/typescript/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v1/lib/typescript/test/%name%.test.template.ts +0 -18
- package/lib/init-templates/v1/sample-app/csharp/README.template.md +0 -22
- package/lib/init-templates/v1/sample-app/csharp/add-project.hook.d.ts +0 -2
- package/lib/init-templates/v1/sample-app/csharp/src/%name.PascalCased%/%name.PascalCased%.template.csproj +0 -23
- package/lib/init-templates/v1/sample-app/csharp/src/%name.PascalCased%/%name.PascalCased%Stack.template.cs +0 -23
- package/lib/init-templates/v1/sample-app/fsharp/add-project.hook.d.ts +0 -2
- package/lib/init-templates/v1/sample-app/fsharp/add-project.hook.js +0 -31
- package/lib/init-templates/v1/sample-app/fsharp/src/%name.PascalCased%/%name.PascalCased%.template.fsproj +0 -27
- package/lib/init-templates/v1/sample-app/fsharp/src/%name.PascalCased%/%name.PascalCased%Stack.template.fs +0 -14
- package/lib/init-templates/v1/sample-app/go/%name%.template.go +0 -71
- package/lib/init-templates/v1/sample-app/go/%name%_test.template.go +0 -25
- package/lib/init-templates/v1/sample-app/go/README.md +0 -14
- package/lib/init-templates/v1/sample-app/go/go.template.mod +0 -9
- package/lib/init-templates/v1/sample-app/java/README.template.md +0 -23
- package/lib/init-templates/v1/sample-app/java/pom.xml +0 -72
- package/lib/init-templates/v1/sample-app/java/src/main/java/com/myorg/%name.PascalCased%App.template.java +0 -13
- package/lib/init-templates/v1/sample-app/java/src/main/java/com/myorg/%name.PascalCased%Stack.template.java +0 -29
- package/lib/init-templates/v1/sample-app/java/src/test/java/com/myorg/%name.PascalCased%StackTest.template.java +0 -26
- package/lib/init-templates/v1/sample-app/java/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v1/sample-app/javascript/README.template.md +0 -17
- package/lib/init-templates/v1/sample-app/javascript/bin/%name%.template.js +0 -6
- package/lib/init-templates/v1/sample-app/javascript/lib/%name%-stack.template.js +0 -25
- package/lib/init-templates/v1/sample-app/javascript/package.json +0 -23
- package/lib/init-templates/v1/sample-app/javascript/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v1/sample-app/javascript/test/%name%.test.template.js +0 -25
- package/lib/init-templates/v1/sample-app/python/%name.PythonModule%/%name.PythonModule%_stack.template.py +0 -24
- package/lib/init-templates/v1/sample-app/python/README.template.md +0 -68
- package/lib/init-templates/v1/sample-app/python/app.template.py +0 -11
- package/lib/init-templates/v1/sample-app/python/requirements.txt +0 -7
- package/lib/init-templates/v1/sample-app/python/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v1/sample-app/python/tests/unit/test_%name.PythonModule%_stack.template.py +0 -24
- package/lib/init-templates/v1/sample-app/typescript/README.template.md +0 -19
- package/lib/init-templates/v1/sample-app/typescript/bin/%name%.template.ts +0 -6
- package/lib/init-templates/v1/sample-app/typescript/lib/%name%-stack.template.ts +0 -18
- package/lib/init-templates/v1/sample-app/typescript/package.json +0 -30
- package/lib/init-templates/v1/sample-app/typescript/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v1/sample-app/typescript/sub-placeholders.hook.js +0 -9
- package/lib/init-templates/v1/sample-app/typescript/test/%name%.test.template.ts +0 -25
- package/lib/init-templates/v2/app/csharp/.template.gitignore +0 -342
- package/lib/init-templates/v2/app/csharp/README.md +0 -14
- package/lib/init-templates/v2/app/csharp/add-project.hook.d.ts +0 -2
- package/lib/init-templates/v2/app/csharp/cdk.template.json +0 -15
- package/lib/init-templates/v2/app/csharp/src/%name.PascalCased%/GlobalSuppressions.cs +0 -1
- package/lib/init-templates/v2/app/csharp/src/%name.PascalCased%.template.sln +0 -18
- package/lib/init-templates/v2/app/fsharp/.template.gitignore +0 -342
- package/lib/init-templates/v2/app/fsharp/README.md +0 -18
- package/lib/init-templates/v2/app/fsharp/add-project.hook.d.ts +0 -2
- package/lib/init-templates/v2/app/fsharp/cdk.template.json +0 -14
- package/lib/init-templates/v2/app/fsharp/src/%name.PascalCased%/%name.PascalCased%Stack.template.fs +0 -8
- package/lib/init-templates/v2/app/fsharp/src/%name.PascalCased%/Program.template.fs +0 -11
- package/lib/init-templates/v2/app/fsharp/src/%name.PascalCased%.template.sln +0 -18
- package/lib/init-templates/v2/app/go/.template.gitignore +0 -19
- package/lib/init-templates/v2/app/go/cdk.template.json +0 -13
- package/lib/init-templates/v2/app/info.json +0 -4
- package/lib/init-templates/v2/app/java/.template.gitignore +0 -13
- package/lib/init-templates/v2/app/java/README.md +0 -18
- package/lib/init-templates/v2/app/java/cdk.json +0 -13
- package/lib/init-templates/v2/app/java/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v2/app/java/sub-placeholders.hook.js +0 -9
- package/lib/init-templates/v2/app/javascript/.template.gitignore +0 -5
- package/lib/init-templates/v2/app/javascript/.template.npmignore +0 -3
- package/lib/init-templates/v2/app/javascript/README.md +0 -12
- package/lib/init-templates/v2/app/javascript/cdk.template.json +0 -15
- package/lib/init-templates/v2/app/javascript/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v2/app/javascript/sub-placeholders.hook.js +0 -9
- package/lib/init-templates/v2/app/python/%name.PythonModule%/__init__.py +0 -0
- package/lib/init-templates/v2/app/python/README.template.md +0 -58
- package/lib/init-templates/v2/app/python/cdk.template.json +0 -15
- package/lib/init-templates/v2/app/python/requirements-dev.txt +0 -1
- package/lib/init-templates/v2/app/python/source.bat +0 -13
- package/lib/init-templates/v2/app/python/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v2/app/python/tests/__init__.py +0 -0
- package/lib/init-templates/v2/app/python/tests/unit/__init__.py +0 -0
- package/lib/init-templates/v2/app/typescript/.template.gitignore +0 -8
- package/lib/init-templates/v2/app/typescript/.template.npmignore +0 -6
- package/lib/init-templates/v2/app/typescript/README.md +0 -14
- package/lib/init-templates/v2/app/typescript/cdk.template.json +0 -17
- package/lib/init-templates/v2/app/typescript/jest.config.js +0 -8
- package/lib/init-templates/v2/app/typescript/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v2/app/typescript/sub-placeholders.hook.js +0 -9
- package/lib/init-templates/v2/app/typescript/tsconfig.json +0 -30
- package/lib/init-templates/v2/lib/info.json +0 -4
- package/lib/init-templates/v2/lib/typescript/.template.gitignore +0 -8
- package/lib/init-templates/v2/lib/typescript/.template.npmignore +0 -6
- package/lib/init-templates/v2/lib/typescript/jest.config.js +0 -8
- package/lib/init-templates/v2/lib/typescript/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v2/lib/typescript/sub-placeholders.hook.js +0 -9
- package/lib/init-templates/v2/lib/typescript/tsconfig.json +0 -30
- package/lib/init-templates/v2/sample-app/csharp/.template.gitignore +0 -342
- package/lib/init-templates/v2/sample-app/csharp/add-project.hook.d.ts +0 -2
- package/lib/init-templates/v2/sample-app/csharp/add-project.hook.js +0 -31
- package/lib/init-templates/v2/sample-app/csharp/cdk.template.json +0 -15
- package/lib/init-templates/v2/sample-app/csharp/src/%name.PascalCased%/GlobalSuppressions.cs +0 -1
- package/lib/init-templates/v2/sample-app/csharp/src/%name.PascalCased%/Program.template.cs +0 -15
- package/lib/init-templates/v2/sample-app/csharp/src/%name.PascalCased%.template.sln +0 -18
- package/lib/init-templates/v2/sample-app/fsharp/.template.gitignore +0 -342
- package/lib/init-templates/v2/sample-app/fsharp/README.template.md +0 -20
- package/lib/init-templates/v2/sample-app/fsharp/add-project.hook.d.ts +0 -2
- package/lib/init-templates/v2/sample-app/fsharp/add-project.hook.js +0 -31
- package/lib/init-templates/v2/sample-app/fsharp/cdk.template.json +0 -14
- package/lib/init-templates/v2/sample-app/fsharp/src/%name.PascalCased%/Program.template.fs +0 -11
- package/lib/init-templates/v2/sample-app/fsharp/src/%name.PascalCased%.template.sln +0 -18
- package/lib/init-templates/v2/sample-app/go/.template.gitignore +0 -19
- package/lib/init-templates/v2/sample-app/go/cdk.template.json +0 -13
- package/lib/init-templates/v2/sample-app/info.json +0 -4
- package/lib/init-templates/v2/sample-app/java/.template.gitignore +0 -13
- package/lib/init-templates/v2/sample-app/java/cdk.json +0 -13
- package/lib/init-templates/v2/sample-app/java/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v2/sample-app/java/sub-placeholders.hook.js +0 -9
- package/lib/init-templates/v2/sample-app/javascript/.template.gitignore +0 -5
- package/lib/init-templates/v2/sample-app/javascript/.template.npmignore +0 -3
- package/lib/init-templates/v2/sample-app/javascript/cdk.template.json +0 -15
- package/lib/init-templates/v2/sample-app/javascript/jest.config.js +0 -3
- package/lib/init-templates/v2/sample-app/javascript/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v2/sample-app/javascript/sub-placeholders.hook.js +0 -9
- package/lib/init-templates/v2/sample-app/javascript/tsconfig.json +0 -35
- package/lib/init-templates/v2/sample-app/python/%name.PythonModule%/__init__.py +0 -0
- package/lib/init-templates/v2/sample-app/python/.template.gitignore +0 -22
- package/lib/init-templates/v2/sample-app/python/cdk.template.json +0 -15
- package/lib/init-templates/v2/sample-app/python/requirements-dev.txt +0 -1
- package/lib/init-templates/v2/sample-app/python/source.bat +0 -13
- package/lib/init-templates/v2/sample-app/python/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v2/sample-app/python/sub-placeholders.hook.js +0 -9
- package/lib/init-templates/v2/sample-app/python/tests/__init__.py +0 -0
- package/lib/init-templates/v2/sample-app/python/tests/unit/__init__.py +0 -0
- package/lib/init-templates/v2/sample-app/typescript/.template.gitignore +0 -8
- package/lib/init-templates/v2/sample-app/typescript/.template.npmignore +0 -6
- package/lib/init-templates/v2/sample-app/typescript/cdk.template.json +0 -17
- package/lib/init-templates/v2/sample-app/typescript/jest.config.js +0 -8
- package/lib/init-templates/v2/sample-app/typescript/sub-placeholders.hook.d.ts +0 -2
- package/lib/init-templates/v2/sample-app/typescript/sub-placeholders.hook.js +0 -9
- package/lib/init-templates/v2/sample-app/typescript/tsconfig.json +0 -30
|
@@ -1,342 +0,0 @@
|
|
|
1
|
-
# CDK asset staging directory
|
|
2
|
-
.cdk.staging
|
|
3
|
-
cdk.out
|
|
4
|
-
|
|
5
|
-
# Created by https://www.gitignore.io/api/csharp
|
|
6
|
-
|
|
7
|
-
### Csharp ###
|
|
8
|
-
## Ignore Visual Studio temporary files, build results, and
|
|
9
|
-
## files generated by popular Visual Studio add-ons.
|
|
10
|
-
##
|
|
11
|
-
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
|
|
12
|
-
|
|
13
|
-
# User-specific files
|
|
14
|
-
*.suo
|
|
15
|
-
*.user
|
|
16
|
-
*.userosscache
|
|
17
|
-
*.sln.docstates
|
|
18
|
-
|
|
19
|
-
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
20
|
-
*.userprefs
|
|
21
|
-
|
|
22
|
-
# Build results
|
|
23
|
-
[Dd]ebug/
|
|
24
|
-
[Dd]ebugPublic/
|
|
25
|
-
[Rr]elease/
|
|
26
|
-
[Rr]eleases/
|
|
27
|
-
x64/
|
|
28
|
-
x86/
|
|
29
|
-
bld/
|
|
30
|
-
[Bb]in/
|
|
31
|
-
[Oo]bj/
|
|
32
|
-
[Ll]og/
|
|
33
|
-
|
|
34
|
-
# Visual Studio 2015/2017 cache/options directory
|
|
35
|
-
.vs/
|
|
36
|
-
# Uncomment if you have tasks that create the project's static files in wwwroot
|
|
37
|
-
#wwwroot/
|
|
38
|
-
|
|
39
|
-
# Visual Studio 2017 auto generated files
|
|
40
|
-
Generated\ Files/
|
|
41
|
-
|
|
42
|
-
# MSTest test Results
|
|
43
|
-
[Tt]est[Rr]esult*/
|
|
44
|
-
[Bb]uild[Ll]og.*
|
|
45
|
-
|
|
46
|
-
# NUNIT
|
|
47
|
-
*.VisualState.xml
|
|
48
|
-
TestResult.xml
|
|
49
|
-
|
|
50
|
-
# Build Results of an ATL Project
|
|
51
|
-
[Dd]ebugPS/
|
|
52
|
-
[Rr]eleasePS/
|
|
53
|
-
dlldata.c
|
|
54
|
-
|
|
55
|
-
# Benchmark Results
|
|
56
|
-
BenchmarkDotNet.Artifacts/
|
|
57
|
-
|
|
58
|
-
# .NET Core
|
|
59
|
-
project.lock.json
|
|
60
|
-
project.fragment.lock.json
|
|
61
|
-
artifacts/
|
|
62
|
-
|
|
63
|
-
# StyleCop
|
|
64
|
-
StyleCopReport.xml
|
|
65
|
-
|
|
66
|
-
# Files built by Visual Studio
|
|
67
|
-
*_i.c
|
|
68
|
-
*_p.c
|
|
69
|
-
*_i.h
|
|
70
|
-
*.ilk
|
|
71
|
-
*.meta
|
|
72
|
-
*.obj
|
|
73
|
-
*.iobj
|
|
74
|
-
*.pch
|
|
75
|
-
*.pdb
|
|
76
|
-
*.ipdb
|
|
77
|
-
*.pgc
|
|
78
|
-
*.pgd
|
|
79
|
-
*.rsp
|
|
80
|
-
*.sbr
|
|
81
|
-
*.tlb
|
|
82
|
-
*.tli
|
|
83
|
-
*.tlh
|
|
84
|
-
*.tmp
|
|
85
|
-
*.tmp_proj
|
|
86
|
-
*.log
|
|
87
|
-
*.vspscc
|
|
88
|
-
*.vssscc
|
|
89
|
-
.builds
|
|
90
|
-
*.pidb
|
|
91
|
-
*.svclog
|
|
92
|
-
*.scc
|
|
93
|
-
|
|
94
|
-
# Chutzpah Test files
|
|
95
|
-
_Chutzpah*
|
|
96
|
-
|
|
97
|
-
# Visual C++ cache files
|
|
98
|
-
ipch/
|
|
99
|
-
*.aps
|
|
100
|
-
*.ncb
|
|
101
|
-
*.opendb
|
|
102
|
-
*.opensdf
|
|
103
|
-
*.sdf
|
|
104
|
-
*.cachefile
|
|
105
|
-
*.VC.db
|
|
106
|
-
*.VC.VC.opendb
|
|
107
|
-
|
|
108
|
-
# Visual Studio profiler
|
|
109
|
-
*.psess
|
|
110
|
-
*.vsp
|
|
111
|
-
*.vspx
|
|
112
|
-
*.sap
|
|
113
|
-
|
|
114
|
-
# Visual Studio Trace Files
|
|
115
|
-
*.e2e
|
|
116
|
-
|
|
117
|
-
# TFS 2012 Local Workspace
|
|
118
|
-
$tf/
|
|
119
|
-
|
|
120
|
-
# Guidance Automation Toolkit
|
|
121
|
-
*.gpState
|
|
122
|
-
|
|
123
|
-
# ReSharper is a .NET coding add-in
|
|
124
|
-
_ReSharper*/
|
|
125
|
-
*.[Rr]e[Ss]harper
|
|
126
|
-
*.DotSettings.user
|
|
127
|
-
|
|
128
|
-
# JustCode is a .NET coding add-in
|
|
129
|
-
.JustCode
|
|
130
|
-
|
|
131
|
-
# TeamCity is a build add-in
|
|
132
|
-
_TeamCity*
|
|
133
|
-
|
|
134
|
-
# DotCover is a Code Coverage Tool
|
|
135
|
-
*.dotCover
|
|
136
|
-
|
|
137
|
-
# AxoCover is a Code Coverage Tool
|
|
138
|
-
.axoCover/*
|
|
139
|
-
!.axoCover/settings.json
|
|
140
|
-
|
|
141
|
-
# Visual Studio code coverage results
|
|
142
|
-
*.coverage
|
|
143
|
-
*.coveragexml
|
|
144
|
-
|
|
145
|
-
# NCrunch
|
|
146
|
-
_NCrunch_*
|
|
147
|
-
.*crunch*.local.xml
|
|
148
|
-
nCrunchTemp_*
|
|
149
|
-
|
|
150
|
-
# MightyMoose
|
|
151
|
-
*.mm.*
|
|
152
|
-
AutoTest.Net/
|
|
153
|
-
|
|
154
|
-
# Web workbench (sass)
|
|
155
|
-
.sass-cache/
|
|
156
|
-
|
|
157
|
-
# Installshield output folder
|
|
158
|
-
[Ee]xpress/
|
|
159
|
-
|
|
160
|
-
# DocProject is a documentation generator add-in
|
|
161
|
-
DocProject/buildhelp/
|
|
162
|
-
DocProject/Help/*.HxT
|
|
163
|
-
DocProject/Help/*.HxC
|
|
164
|
-
DocProject/Help/*.hhc
|
|
165
|
-
DocProject/Help/*.hhk
|
|
166
|
-
DocProject/Help/*.hhp
|
|
167
|
-
DocProject/Help/Html2
|
|
168
|
-
DocProject/Help/html
|
|
169
|
-
|
|
170
|
-
# Click-Once directory
|
|
171
|
-
publish/
|
|
172
|
-
|
|
173
|
-
# Publish Web Output
|
|
174
|
-
*.[Pp]ublish.xml
|
|
175
|
-
*.azurePubxml
|
|
176
|
-
# Note: Comment the next line if you want to checkin your web deploy settings,
|
|
177
|
-
# but database connection strings (with potential passwords) will be unencrypted
|
|
178
|
-
*.pubxml
|
|
179
|
-
*.publishproj
|
|
180
|
-
|
|
181
|
-
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
|
182
|
-
# checkin your Azure Web App publish settings, but sensitive information contained
|
|
183
|
-
# in these scripts will be unencrypted
|
|
184
|
-
PublishScripts/
|
|
185
|
-
|
|
186
|
-
# NuGet Packages
|
|
187
|
-
*.nupkg
|
|
188
|
-
# The packages folder can be ignored because of Package Restore
|
|
189
|
-
**/[Pp]ackages/*
|
|
190
|
-
# except build/, which is used as an MSBuild target.
|
|
191
|
-
!**/[Pp]ackages/build/
|
|
192
|
-
# Uncomment if necessary however generally it will be regenerated when needed
|
|
193
|
-
#!**/[Pp]ackages/repositories.config
|
|
194
|
-
# NuGet v3's project.json files produces more ignorable files
|
|
195
|
-
*.nuget.props
|
|
196
|
-
*.nuget.targets
|
|
197
|
-
|
|
198
|
-
# Microsoft Azure Build Output
|
|
199
|
-
csx/
|
|
200
|
-
*.build.csdef
|
|
201
|
-
|
|
202
|
-
# Microsoft Azure Emulator
|
|
203
|
-
ecf/
|
|
204
|
-
rcf/
|
|
205
|
-
|
|
206
|
-
# Windows Store app package directories and files
|
|
207
|
-
AppPackages/
|
|
208
|
-
BundleArtifacts/
|
|
209
|
-
Package.StoreAssociation.xml
|
|
210
|
-
_pkginfo.txt
|
|
211
|
-
*.appx
|
|
212
|
-
|
|
213
|
-
# Visual Studio cache files
|
|
214
|
-
# files ending in .cache can be ignored
|
|
215
|
-
*.[Cc]ache
|
|
216
|
-
# but keep track of directories ending in .cache
|
|
217
|
-
!*.[Cc]ache/
|
|
218
|
-
|
|
219
|
-
# Others
|
|
220
|
-
ClientBin/
|
|
221
|
-
~$*
|
|
222
|
-
*~
|
|
223
|
-
*.dbmdl
|
|
224
|
-
*.dbproj.schemaview
|
|
225
|
-
*.jfm
|
|
226
|
-
*.pfx
|
|
227
|
-
*.publishsettings
|
|
228
|
-
orleans.codegen.cs
|
|
229
|
-
|
|
230
|
-
# Including strong name files can present a security risk
|
|
231
|
-
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
|
232
|
-
#*.snk
|
|
233
|
-
|
|
234
|
-
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
|
235
|
-
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
|
236
|
-
#bower_components/
|
|
237
|
-
|
|
238
|
-
# RIA/Silverlight projects
|
|
239
|
-
Generated_Code/
|
|
240
|
-
|
|
241
|
-
# Backup & report files from converting an old project file
|
|
242
|
-
# to a newer Visual Studio version. Backup files are not needed,
|
|
243
|
-
# because we have git ;-)
|
|
244
|
-
_UpgradeReport_Files/
|
|
245
|
-
Backup*/
|
|
246
|
-
UpgradeLog*.XML
|
|
247
|
-
UpgradeLog*.htm
|
|
248
|
-
ServiceFabricBackup/
|
|
249
|
-
*.rptproj.bak
|
|
250
|
-
|
|
251
|
-
# SQL Server files
|
|
252
|
-
*.mdf
|
|
253
|
-
*.ldf
|
|
254
|
-
*.ndf
|
|
255
|
-
|
|
256
|
-
# Business Intelligence projects
|
|
257
|
-
*.rdl.data
|
|
258
|
-
*.bim.layout
|
|
259
|
-
*.bim_*.settings
|
|
260
|
-
*.rptproj.rsuser
|
|
261
|
-
|
|
262
|
-
# Microsoft Fakes
|
|
263
|
-
FakesAssemblies/
|
|
264
|
-
|
|
265
|
-
# GhostDoc plugin setting file
|
|
266
|
-
*.GhostDoc.xml
|
|
267
|
-
|
|
268
|
-
# Node.js Tools for Visual Studio
|
|
269
|
-
.ntvs_analysis.dat
|
|
270
|
-
node_modules/
|
|
271
|
-
|
|
272
|
-
# Visual Studio 6 build log
|
|
273
|
-
*.plg
|
|
274
|
-
|
|
275
|
-
# Visual Studio 6 workspace options file
|
|
276
|
-
*.opt
|
|
277
|
-
|
|
278
|
-
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
|
279
|
-
*.vbw
|
|
280
|
-
|
|
281
|
-
# Visual Studio LightSwitch build output
|
|
282
|
-
**/*.HTMLClient/GeneratedArtifacts
|
|
283
|
-
**/*.DesktopClient/GeneratedArtifacts
|
|
284
|
-
**/*.DesktopClient/ModelManifest.xml
|
|
285
|
-
**/*.Server/GeneratedArtifacts
|
|
286
|
-
**/*.Server/ModelManifest.xml
|
|
287
|
-
_Pvt_Extensions
|
|
288
|
-
|
|
289
|
-
# Paket dependency manager
|
|
290
|
-
.paket/paket.exe
|
|
291
|
-
paket-files/
|
|
292
|
-
|
|
293
|
-
# FAKE - F# Make
|
|
294
|
-
.fake/
|
|
295
|
-
|
|
296
|
-
# JetBrains Rider
|
|
297
|
-
.idea/
|
|
298
|
-
*.sln.iml
|
|
299
|
-
|
|
300
|
-
# CodeRush
|
|
301
|
-
.cr/
|
|
302
|
-
|
|
303
|
-
# Python Tools for Visual Studio (PTVS)
|
|
304
|
-
__pycache__/
|
|
305
|
-
*.pyc
|
|
306
|
-
|
|
307
|
-
# Cake - Uncomment if you are using it
|
|
308
|
-
# tools/**
|
|
309
|
-
# !tools/packages.config
|
|
310
|
-
|
|
311
|
-
# Tabs Studio
|
|
312
|
-
*.tss
|
|
313
|
-
|
|
314
|
-
# Telerik's JustMock configuration file
|
|
315
|
-
*.jmconfig
|
|
316
|
-
|
|
317
|
-
# BizTalk build output
|
|
318
|
-
*.btp.cs
|
|
319
|
-
*.btm.cs
|
|
320
|
-
*.odx.cs
|
|
321
|
-
*.xsd.cs
|
|
322
|
-
|
|
323
|
-
# OpenCover UI analysis results
|
|
324
|
-
OpenCover/
|
|
325
|
-
|
|
326
|
-
# Azure Stream Analytics local run output
|
|
327
|
-
ASALocalRun/
|
|
328
|
-
|
|
329
|
-
# MSBuild Binary and Structured Log
|
|
330
|
-
*.binlog
|
|
331
|
-
|
|
332
|
-
# NVidia Nsight GPU debugger configuration file
|
|
333
|
-
*.nvuser
|
|
334
|
-
|
|
335
|
-
# MFractors (Xamarin productivity tool) working folder
|
|
336
|
-
.mfractor/
|
|
337
|
-
|
|
338
|
-
# Local History for Visual Studio
|
|
339
|
-
.localhistory/
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
# End of https://www.gitignore.io/api/csharp
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
## Welcome to your CDK F# project!
|
|
2
|
-
|
|
3
|
-
This is a blank project for CDK development with F#.
|
|
4
|
-
|
|
5
|
-
The `cdk.json` file tells the CDK Toolkit how to execute your app.
|
|
6
|
-
|
|
7
|
-
It uses the [.NET Core CLI](https://docs.microsoft.com/dotnet/articles/core/) to compile and execute your project.
|
|
8
|
-
|
|
9
|
-
## Useful commands
|
|
10
|
-
|
|
11
|
-
* `dotnet build src` compile this app
|
|
12
|
-
* `cdk ls` list all stacks in the app
|
|
13
|
-
* `cdk synth` emits the synthesized CloudFormation template
|
|
14
|
-
* `cdk deploy` deploy this stack to your default AWS account/region
|
|
15
|
-
* `cdk diff` compare deployed stack with current state
|
|
16
|
-
* `cdk docs` open CDK documentation
|
|
17
|
-
|
|
18
|
-
Enjoy!
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
3
|
-
# Visual Studio 15
|
|
4
|
-
VisualStudioVersion = 15.0.26124.0
|
|
5
|
-
MinimumVisualStudioVersion = 15.0.26124.0
|
|
6
|
-
Global
|
|
7
|
-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
8
|
-
Debug|Any CPU = Debug|Any CPU
|
|
9
|
-
Debug|x64 = Debug|x64
|
|
10
|
-
Debug|x86 = Debug|x86
|
|
11
|
-
Release|Any CPU = Release|Any CPU
|
|
12
|
-
Release|x64 = Release|x64
|
|
13
|
-
Release|x86 = Release|x86
|
|
14
|
-
EndGlobalSection
|
|
15
|
-
GlobalSection(SolutionProperties) = preSolution
|
|
16
|
-
HideSolutionNode = FALSE
|
|
17
|
-
EndGlobalSection
|
|
18
|
-
EndGlobal
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# Binaries for programs and plugins
|
|
2
|
-
*.exe
|
|
3
|
-
*.exe~
|
|
4
|
-
*.dll
|
|
5
|
-
*.so
|
|
6
|
-
*.dylib
|
|
7
|
-
|
|
8
|
-
# Test binary, built with `go test -c`
|
|
9
|
-
*.test
|
|
10
|
-
|
|
11
|
-
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
12
|
-
*.out
|
|
13
|
-
|
|
14
|
-
# go.sum should be committed
|
|
15
|
-
!go.sum
|
|
16
|
-
|
|
17
|
-
# CDK asset staging directory
|
|
18
|
-
.cdk.staging
|
|
19
|
-
cdk.out
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# Welcome to your CDK Java project!
|
|
2
|
-
|
|
3
|
-
This is a blank project for CDK development with Java.
|
|
4
|
-
|
|
5
|
-
The `cdk.json` file tells the CDK Toolkit how to execute your app.
|
|
6
|
-
|
|
7
|
-
It is a [Maven](https://maven.apache.org/) based project, so you can open this project with any Maven compatible Java IDE to build and run tests.
|
|
8
|
-
|
|
9
|
-
## Useful commands
|
|
10
|
-
|
|
11
|
-
* `mvn package` compile and run tests
|
|
12
|
-
* `cdk ls` list all stacks in the app
|
|
13
|
-
* `cdk synth` emits the synthesized CloudFormation template
|
|
14
|
-
* `cdk deploy` deploy this stack to your default AWS account/region
|
|
15
|
-
* `cdk diff` compare deployed stack with current state
|
|
16
|
-
* `cdk docs` open CDK documentation
|
|
17
|
-
|
|
18
|
-
Enjoy!
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.invoke = void 0;
|
|
4
|
-
exports.invoke = async (_, context) => {
|
|
5
|
-
// File cannot be named like regular template because it needs to be
|
|
6
|
-
// processed by dependency updaters.
|
|
7
|
-
await context.substitutePlaceholdersIn('pom.xml');
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3ViLXBsYWNlaG9sZGVycy5ob29rLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsic3ViLXBsYWNlaG9sZGVycy5ob29rLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVhLFFBQUEsTUFBTSxHQUFlLEtBQUssRUFBRSxDQUFDLEVBQUUsT0FBTyxFQUFFLEVBQUU7SUFDckQsb0VBQW9FO0lBQ3BFLG9DQUFvQztJQUNwQyxNQUFNLE9BQU8sQ0FBQyx3QkFBd0IsQ0FBQyxTQUFTLENBQUMsQ0FBQztBQUNwRCxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbnZva2VIb29rIH0gZnJvbSAnLi4vLi4vLi4vLi4vaW5pdCc7XG5cbmV4cG9ydCBjb25zdCBpbnZva2U6IEludm9rZUhvb2sgPSBhc3luYyAoXywgY29udGV4dCkgPT4ge1xuICAvLyBGaWxlIGNhbm5vdCBiZSBuYW1lZCBsaWtlIHJlZ3VsYXIgdGVtcGxhdGUgYmVjYXVzZSBpdCBuZWVkcyB0byBiZVxuICAvLyBwcm9jZXNzZWQgYnkgZGVwZW5kZW5jeSB1cGRhdGVycy5cbiAgYXdhaXQgY29udGV4dC5zdWJzdGl0dXRlUGxhY2Vob2xkZXJzSW4oJ3BvbS54bWwnKTtcbn07XG4iXX0=
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# Welcome to your CDK JavaScript project
|
|
2
|
-
|
|
3
|
-
This is a blank project for CDK development with JavaScript.
|
|
4
|
-
|
|
5
|
-
The `cdk.json` file tells the CDK Toolkit how to execute your app. The build step is not required when using JavaScript.
|
|
6
|
-
|
|
7
|
-
## Useful commands
|
|
8
|
-
|
|
9
|
-
* `npm run test` perform the jest unit tests
|
|
10
|
-
* `cdk deploy` deploy this stack to your default AWS account/region
|
|
11
|
-
* `cdk diff` compare deployed stack with current state
|
|
12
|
-
* `cdk synth` emits the synthesized CloudFormation template
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.invoke = void 0;
|
|
4
|
-
exports.invoke = async (_, context) => {
|
|
5
|
-
// File cannot be named like regular template because it needs to be
|
|
6
|
-
// processed by dependency updaters.
|
|
7
|
-
await context.substitutePlaceholdersIn('package.json');
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3ViLXBsYWNlaG9sZGVycy5ob29rLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsic3ViLXBsYWNlaG9sZGVycy5ob29rLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVhLFFBQUEsTUFBTSxHQUFlLEtBQUssRUFBRSxDQUFDLEVBQUUsT0FBTyxFQUFFLEVBQUU7SUFDckQsb0VBQW9FO0lBQ3BFLG9DQUFvQztJQUNwQyxNQUFNLE9BQU8sQ0FBQyx3QkFBd0IsQ0FBQyxjQUFjLENBQUMsQ0FBQztBQUN6RCxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbnZva2VIb29rIH0gZnJvbSAnLi4vLi4vLi4vLi4vaW5pdCc7XG5cbmV4cG9ydCBjb25zdCBpbnZva2U6IEludm9rZUhvb2sgPSBhc3luYyAoXywgY29udGV4dCkgPT4ge1xuICAvLyBGaWxlIGNhbm5vdCBiZSBuYW1lZCBsaWtlIHJlZ3VsYXIgdGVtcGxhdGUgYmVjYXVzZSBpdCBuZWVkcyB0byBiZVxuICAvLyBwcm9jZXNzZWQgYnkgZGVwZW5kZW5jeSB1cGRhdGVycy5cbiAgYXdhaXQgY29udGV4dC5zdWJzdGl0dXRlUGxhY2Vob2xkZXJzSW4oJ3BhY2thZ2UuanNvbicpO1xufTtcbiJdfQ==
|
|
File without changes
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# Welcome to your CDK Python project!
|
|
3
|
-
|
|
4
|
-
This is a blank project for CDK development with Python.
|
|
5
|
-
|
|
6
|
-
The `cdk.json` file tells the CDK Toolkit how to execute your app.
|
|
7
|
-
|
|
8
|
-
This project is set up like a standard Python project. The initialization
|
|
9
|
-
process also creates a virtualenv within this project, stored under the `.venv`
|
|
10
|
-
directory. To create the virtualenv it assumes that there is a `python3`
|
|
11
|
-
(or `python` for Windows) executable in your path with access to the `venv`
|
|
12
|
-
package. If for any reason the automatic creation of the virtualenv fails,
|
|
13
|
-
you can create the virtualenv manually.
|
|
14
|
-
|
|
15
|
-
To manually create a virtualenv on MacOS and Linux:
|
|
16
|
-
|
|
17
|
-
```
|
|
18
|
-
$ %python-executable% -m venv .venv
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
After the init process completes and the virtualenv is created, you can use the following
|
|
22
|
-
step to activate your virtualenv.
|
|
23
|
-
|
|
24
|
-
```
|
|
25
|
-
$ source .venv/bin/activate
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
If you are a Windows platform, you would activate the virtualenv like this:
|
|
29
|
-
|
|
30
|
-
```
|
|
31
|
-
% .venv\Scripts\activate.bat
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
Once the virtualenv is activated, you can install the required dependencies.
|
|
35
|
-
|
|
36
|
-
```
|
|
37
|
-
$ pip install -r requirements.txt
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
At this point you can now synthesize the CloudFormation template for this code.
|
|
41
|
-
|
|
42
|
-
```
|
|
43
|
-
$ cdk synth
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
To add additional dependencies, for example other CDK libraries, just add
|
|
47
|
-
them to your `setup.py` file and rerun the `pip install -r requirements.txt`
|
|
48
|
-
command.
|
|
49
|
-
|
|
50
|
-
## Useful commands
|
|
51
|
-
|
|
52
|
-
* `cdk ls` list all stacks in the app
|
|
53
|
-
* `cdk synth` emits the synthesized CloudFormation template
|
|
54
|
-
* `cdk deploy` deploy this stack to your default AWS account/region
|
|
55
|
-
* `cdk diff` compare deployed stack with current state
|
|
56
|
-
* `cdk docs` open CDK documentation
|
|
57
|
-
|
|
58
|
-
Enjoy!
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
pytest==6.2.5
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
@echo off
|
|
2
|
-
|
|
3
|
-
rem The sole purpose of this script is to make the command
|
|
4
|
-
rem
|
|
5
|
-
rem source .venv/bin/activate
|
|
6
|
-
rem
|
|
7
|
-
rem (which activates a Python virtualenv on Linux or Mac OS X) work on Windows.
|
|
8
|
-
rem On Windows, this command just runs this batch file (the argument is ignored).
|
|
9
|
-
rem
|
|
10
|
-
rem Now we don't need to document a Windows command for activating a virtualenv.
|
|
11
|
-
|
|
12
|
-
echo Executing .venv\Scripts\activate.bat for you
|
|
13
|
-
.venv\Scripts\activate.bat
|
|
File without changes
|
|
File without changes
|