Metadata-Version: 2.1
Name: construct-hub
Version: 0.1.102
Summary: A construct library that model Construct Hub instances.
Home-page: https://github.com/cdklabs
Author: Amazon Web Services, Inc.<construct-ecosystem-team@amazon.com>
License: Apache-2.0
Project-URL: Source, https://github.com/cdklabs/construct-hub.git
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: aws-cdk.aws-certificatemanager (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-cloudfront-origins (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-cloudfront (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-cloudwatch-actions (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-cloudwatch (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-codeartifact (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-ec2 (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-events-targets (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-events (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-iam (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-lambda-event-sources (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-lambda (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-logs (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-route53-targets (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-route53 (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-s3-deployment (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-s3-notifications (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-s3 (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-sns (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-sqs (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-stepfunctions-tasks (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.aws-stepfunctions (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.core (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.custom-resources (<2.0.0,>=1.114.0)
Requires-Dist: aws-cdk.cx-api (<2.0.0,>=1.114.0)
Requires-Dist: cdk-watchful (<0.6.0,>=0.5.154)
Requires-Dist: constructs (<4.0.0,>=3.3.69)
Requires-Dist: jsii (<2.0.0,>=1.32.0)
Requires-Dist: publication (>=0.0.3)

# Construct Hub

This project maintains a [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) 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:

```shell
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 into `test/devapp/cdk.out`
* `yarn dev:deploy` - deploy to the current environment
* `yarn dev:diff` - diff against the current environment

## Security

See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more
information.

## License

This project is licensed under the Apache-2.0 License.


