Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.74 KB

SAR_README.md

File metadata and controls

32 lines (26 loc) · 1.74 KB

serverless-todo

React TodoMVC with a Serverless backend.

It provides a demo integration of React + API Gateway + AWS Lambda + Node.js + Amazon DynamoDB

Deploy

Use

  1. In the API Gateway Console
  2. Navigate to APIs / aws-serverless-repository-serverless-todo / Settings
    1. Hit Add Binary Media Type
    2. Enter */* in the box
    3. Hit Save Changes
    4. Navigate to APIs / aws-serverless-repository-serverless-todo / Resources
    5. Click the Actions dropdown
    6. Click Deploy API
      1. Deployment stage: Prod
      2. Deployment description: Adding binary support
      3. Hit Deploy
  3. Navigate to APIs / aws-serverless-repository-serverless-todo / Dashboard
    1. Find the Invoke url, something like https://xxxxxxxxx.execute-api.region.amazonaws.com/Prod/
    2. (You can also set up custom domain name)
  4. Open the invoke url in your browser

Links

License

© 2017-2019 Evan Chiu. This project is available under the terms of the MIT license.