aws-cdk-remove-identifiers

AWS CDK remove identifers package

Usage no npm install needed!

<script type="module">
  import awsCdkRemoveIdentifiers from 'https://cdn.skypack.dev/aws-cdk-remove-identifiers';
</script>

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.