theBenForce / cdk-integration-tests

Example CDK integration testing construct

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDK Integration Tests Example

This repository was created to demonstrate how to run integration tests in a custom resource defined in the CDK. To try it out, install it's dependencies and deploy it.

npm install
npx cdk deploy

About

Example CDK integration testing construct

License:Apache License 2.0


Languages

Language:TypeScript 79.0%Language:JavaScript 21.0%