Getting started

AWS CDK test Synth package is implemented for helping you to test your AWS CDK code.

The goal is to cover the missing of an official testing infrastructure for Python as exists for TypeScript using Jest.

It is part of the educational repositories to learn how to write stardard code and common uses of the TDD.

Prerequisites

This package is useful for testing your AWS CDK code, so you probably have everything you need installed already.

Installation

If you want to use this package into your code, you can install by python3-pip:

pip3 install aws_cdk_test_synth
python3
>>> import aws_cdk_test_synth.test_synth as TestSynth
>>> help(TestSynth)

Read the documentation on readthedocs for

  • Usage

  • Development

Change Log

See CHANGELOG.md for details.

License

This package is released under the MIT license. See LICENSE for details.