Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taimos/serverless-todo-demo
Todo app using AWS Serverless Application Model
https://github.com/taimos/serverless-todo-demo
angularjs aws aws-lambda aws-sam dynamodb nodejs serverless
Last synced: 8 days ago
JSON representation
Todo app using AWS Serverless Application Model
- Host: GitHub
- URL: https://github.com/taimos/serverless-todo-demo
- Owner: taimos
- Created: 2017-02-09T07:07:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T09:14:35.000Z (over 2 years ago)
- Last Synced: 2024-04-14T19:25:47.077Z (7 months ago)
- Topics: angularjs, aws, aws-lambda, aws-sam, dynamodb, nodejs, serverless
- Language: TypeScript
- Size: 1.18 MB
- Stars: 26
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Purpose
This repository contains a sample application to show the deployment of a serverless application hosted on AWS.
It is using the serverless application model to deploy the application using AWS CloudFormation.
The API backend is implemented using API Gateway and AWS Lambda.
The frontend is written using Angular JS.
![Architecture](architecture.png)
## AWS Services used
* AWS Lambda - to provide the functionality
* API Gateway - as HTTPS endpoint for the backend
* CloudFront - as entry point to serve API and Frontend
* S3 - to store the static files for the web frontend
* DynamoDB - database for the stored tasks
* IAM - for least privilege roles to grant access to the database* CloudFormation - to deploy the application
# Development
The `backend` folder contains the Lambda code for the API and the `frontend` folder contains the Angular JS single page application.
You need NodeJS and NPM to develop in this project.
# Deployment
To deploy run the script `deploy.sh` from the command line and have the AWS CLI set up correctly.