Giter Site home page Giter Site logo

brandonodiwuor / serverless-todo-aws Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.5 MB

Udacity Cloud Developer Nanodegree - Project 4: Serverless TODO application using AWS and the Serverless framework

TypeScript 85.90% JavaScript 8.22% HTML 3.80% CSS 2.08%
amazon-web-services auth0 aws-lambda aws-s3 aws-sdk aws-xray serverless serverless-framework typescript aws-api-gateway aws-dynamodb react

serverless-todo-aws's Introduction

Serverless TODO: Udacity Cloud Developer Nanodegree - Project 4

Simple Todo application developed using Serverless framework, AWS Lambda, Amazon API Gateway, Amazon DynamoDB, Amazon S3, AWS X-Ray, and Auth0

Functionality

  • This application will allow creating, removing, updating fetching Todo items (CRUD).
  • Each Todo item can optionally have an attachment image stored on Amazon S3.
  • Each user ONLY has access to Todo items that he/she has created.

Frontend

React application consuming the serverless backend api (in the client/ directory)

Backend

Lambda Functions

  • Auth - This function implements a Lambda (Custom) Authorizer for API Gateway that authenticates requests to all the other functions.

  • GetTodos - Return all Todos for a current user.

  • CreateTodo - Creates a new Todo for a current user.

  • UpdateTodo - Updates a Todo item created by a current user.

  • DeleteTodo - Deletes a Todo item created by a current user.

  • GenerateUploadUrl - Returns a pre-signed URL that can be used to upload an attachment file for a Todo item.

Serverless Framework

Serverless Dashboard

Service Information

Authentication

Database

Amazon DynamoDB table which stores users' Todo items

KeySchema:
      - AttributeName: userId
        KeyType: HASH
      - AttributeName: todoId
        KeyType: RANGE

File Strorage

Amazon S3 bucket that stores Todo items attachment images

AWS X-RAY Service Map

serverless-todo-aws's People

Contributors

brandonodiwuor avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.