Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdklabs/aws-cdk-testing-examples
https://github.com/cdklabs/aws-cdk-testing-examples
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdklabs/aws-cdk-testing-examples
- Owner: cdklabs
- License: mit-0
- Created: 2021-11-05T17:50:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T05:09:16.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:25:02.103Z (3 months ago)
- Language: Java
- Size: 1.3 MB
- Stars: 40
- Watchers: 17
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## AWS CDK Testing Examples
This repository contains code examples in Python, Java, and TypeScript for the
Testing CDK Applications in Any Language blog post. These examples use the new
`assertions` module to unit test various parts of a CDK application.To try these examples out yourself, follow the instructions for your language
in the [Getting started with the AWS CDK developer
guide](https://docs.aws.amazon.com/cdk/latest/guide/getting_started.html), then
run the commands listed in the README.md of the appropriate subdirectory
(i.e. java/, python/, or typescript/).For more information on the `assertions` module, refer to the [API
reference](https://docs.aws.amazon.com/cdk/api/latest/docs/assertions-readme.html).## Security
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
## License
This library is licensed under the MIT-0 License. See the LICENSE file.