1.0.0 • Published 1 year ago

react-aws-cognito-lambda-dynamodb-base-prototype-app v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-aws-cognito-lambda-dynamodb-base-prototype-app

Base components for prototyping a serverless React app making use of AWS Cognito, Lambda and DynamoDB.

Using this library in your project

Add this library as a dependency to your project:

npm install --save react-aws-cognito-lambda-dynamodb-base-prototype-app

Then use the provided hooks in your UI components. A mockup implementation with no UI library is provided in the demo folder.

Run Demo

Clone this project and follow the commented instructions in demo/conf/demoapp-cloudformation.yaml to create the minimum AWS Cognito resources needed for the demo app.

Edit the file demo/src/index.js making the appropriate changes to myEnv object to use the created AWS resources:

  appRegion: '',
  appUserPoolId: '',
  appUserPoolDomain: '',
  appClientId: '',
  appIdentityPoolId: ''

Finally run the demo with the following commands:

npm install
npm run start

The demo will be available on localhost:5000.

1.0.0

1 year ago

0.1.2

3 years ago

0.1.0

3 years ago

0.0.3

3 years ago

0.1.1

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago