Package Exports
- construct-hub
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (construct-hub) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Construct Hub
This project maintains a AWS Cloud Development Kit construct library that can be used to deploy instances of the Construct Hub in any AWS Account.
Development
The test/devapp
directory includes an AWS CDK app designed for deploying the
construct hub into a development account. This app is also used as a golden
snapshot, so every time the construct changes, you'll see its snapshot updated.
To bootstrap your developer account, use the following command:
CDK_NEW_BOOTSTRAP=1 npx cdk bootstrap aws://ACCOUNT/REGION
Use the following tasks to work with the dev app. It will always work with the currently configured CLI account/region:
yarn dev:synth
- synthesize intotest/devapp/cdk.out
yarn dev:deploy
- deploy to the current environmentyarn dev:diff
- diff against the current environment
Security
See CONTRIBUTING for more information.
License
This project is licensed under the Apache-2.0 License.