An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Serverless Spy Demo

A CDK project utilizing [ServerlessSpy](https://serverlessspy.com/)
for integration tests.

![Serverless Spy testing points](./media/serverless-spy-testing-points.png)

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
```