aws-cdk-remove-identifiers
v0.0.1
Published
AWS CDK remove identifers package
Downloads
1
Maintainers
Readme
Getting started
AWS CDK remove identifiers package is implemented for helping you to test your AWS CDK code.
The goal is to compare the previous template saved with the new template synthetized. By Jest, you can match by toMatchObject method your template synthetized by your TypeScript code with a template that you saved.
It is part of the educational repositories to learn how to write stardard code and common uses of the TDD.
Prerequisite
The package is not self-consistent: it needs to install npm, the Node Package Manager.
Installation
You can download the package by github:
$ git clone https://github.com/bilardi/aws-cdk-remove-identifiers
Or you can install by npm:
$ npm install aws-cdk-remove-identifiers
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.