https://github.com/m-radzikowski/aws-serverless-spy-demo
Integration testing demo with CDK and ServerlessSpy
https://github.com/m-radzikowski/aws-serverless-spy-demo
aws aws-cdk cdk integration-testing serverless testing
Last synced: about 1 month ago
JSON representation
Integration testing demo with CDK and ServerlessSpy
- Host: GitHub
- URL: https://github.com/m-radzikowski/aws-serverless-spy-demo
- Owner: m-radzikowski
- Created: 2024-03-23T13:52:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T21:56:44.000Z (about 2 years ago)
- Last Synced: 2024-03-31T22:36:12.369Z (about 2 years ago)
- Topics: aws, aws-cdk, cdk, integration-testing, serverless, testing
- Language: TypeScript
- Homepage: https://betterdev.blog/integration-testing-with-serverless-spy/
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless Spy Demo
A CDK project utilizing [ServerlessSpy](https://serverlessspy.com/)
for integration tests.

For more details, see the article with full description: [Next-Level Integration Testing with ServerlessSpy](https://betterdev.blog/integration-testing-with-serverless-spy/).
## Install and Deploy
```bash
pnpm install
cdk deploy
```
## Run Integration Tests
```bash
pnpm test:integration
```
## Launch event monitoring console
```bash
pnpm sspy
```