https://github.com/humanmade/local-cognito
Local AWS Cognito test server
https://github.com/humanmade/local-cognito
Last synced: about 1 year ago
JSON representation
Local AWS Cognito test server
- Host: GitHub
- URL: https://github.com/humanmade/local-cognito
- Owner: humanmade
- Created: 2019-07-04T10:01:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T08:58:31.000Z (over 4 years ago)
- Last Synced: 2025-06-28T16:12:00.422Z (about 1 year ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 22
- Watchers: 19
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Local AWS Cognito Server
========================
This is a barebones mock image for testing AWS Cognito & Pinpoint. It is ideal for Amplify JS or any other implementation of client side Pinpoint anayltics.
## API
The following AWS SDK API commands are supported:
- `GetId`: Returns a unique identity ID for a given Cognito Identity Pool ID.
- `GetCredentialsForIdentity`: Returns an object containing credentials you can use to create the Pinpoint Client.
## Docker compose usage
```
services:
cognito:
image: humanmade/local-cognito
ports:
- 3000
```
## Local Pinpoint
This image is a counterpart to [local-pinpoint](https://github.com/humanmade/local-pinpoint), they should be used together.