Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkalupahana/aws-cognito-api-demo
https://github.com/nkalupahana/aws-cognito-api-demo
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nkalupahana/aws-cognito-api-demo
- Owner: nkalupahana
- Created: 2022-09-06T18:21:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T05:19:24.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T01:42:27.706Z (about 2 months ago)
- Language: TypeScript
- Size: 1.52 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Cognito Demo
This repo shows a demo React app that
authenticates with AWS Cognito, and uses
that authentication to talk directly with DynamoDB
to pull user data.## Running
```
npm install
npm start
```