Skip to content

dahyui/todo-serverless-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple TODO CRUD application using AWS serverless

Simple Todo application to run a simple reactjs frontend and backend using AWS CDK to create an API Gateway, Lambda function and DynamoDB database.

Frontend

$ cd client
$ yarn install
$ cp .env.example .env
# Set the REACT_APP_HTTP_BASE_URL to the API Gateway URL

Backend

$ cd app
$ npm install
$ cdk deploy [--profile profile_name]

Future

Integrate AWS IOT Core to stream items from the DB real-time into the frontend.

About

AWS Serverless API powered CDK with ReactJS Frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published