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

https://github.com/neo-ciber94/todo-app-svelte-aws

A todo app using Svelte and AWS
https://github.com/neo-ciber94/todo-app-svelte-aws

aws-cloudformation aws-dynamodb aws-lambda aws-s3 cloudfront node-js svelte

Last synced: 7 months ago
JSON representation

A todo app using Svelte and AWS

Awesome Lists containing this project

README

          

# Todo App - Svelte + AWS

A simple crud todo app using `Svelte` and `AWS` services.

It contains the following functionality:

- CRUD operations
- Create todo
- Edit todo
- Delete todo
- List todos
- Authentication
- Authorization

It uses the following AWS services:

- AWS API Gateway
- AWS Cognito
- AWS Lambda
- AWS DynamoDB
- AWS S3
- AWS CloudFront
- AWS Cloudformation
- AWS Cloudwatch

## Diagram

![AWS Diagram](assets/aws-diagram.png)

## Images

![Login](assets/app-login.jpg)
![Add Todo](assets/app-new-todo.jpg)
![List Todos](assets/app-list-todos.jpg)