Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nkalupahana/aws-cognito-api-demo


https://github.com/nkalupahana/aws-cognito-api-demo

Last synced: 3 days ago
JSON representation

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