https://github.com/danielholmes/aws-cognito-test-utils
MSW matchers for AWS Cognito
https://github.com/danielholmes/aws-cognito-test-utils
Last synced: 4 months ago
JSON representation
MSW matchers for AWS Cognito
- Host: GitHub
- URL: https://github.com/danielholmes/aws-cognito-test-utils
- Owner: danielholmes
- License: mit
- Created: 2023-01-16T23:38:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T06:34:42.000Z (over 1 year ago)
- Last Synced: 2025-10-19T08:28:44.022Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 432 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Cognito Test Utils
[](https://github.com/danielholmes/dhau-aws-cognito-test-utils/actions/workflows/test.yml)
MSW handlers and other utilities for integration tests with AWS Cognito.
## Installation
```
npm add @dhau/aws-cognito-test-utils
```
## Local Development
### Setup
1. Install system dependencies using [ASDF](https://asdf-vm.com/), or manually install the dependencies in [`.tool-versions`](./.tool-versions)
2. Install project dependencies using `npm ci`
### Publishing
1. Manually set new version in `package.json`
2. Manually set new version in `jsr.json`
3. `npm run deploy`