UNPKG

@daysmart/cdk-certificate

Version:

You should explore the contents of this project. It demonstrates a CDK Construct Library that includes a construct (`CdkCertificate`) which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.

8 lines (7 loc) 130 B
module.exports = { roots: ['<rootDir>/test'], testMatch: ['**/*.test.ts'], transform: { '^.+\\.tsx?$': 'ts-jest' } };