Giter VIP home page Giter VIP logo

aws-notes-app-sam's Introduction

Serverless Note-Taking App Backend

This project demonstrates the basics of AWS serverless architecture by building the backend for a note-taking application. It utilizes AWS services such as API Gateway, Lambda, DynamoDB and AWS SAM (Serverless Application Model) for IaC. Additionally simple CI/CD pipline using AWS CodeCommit and CodePipeline is e set up tp automate deployments.

Features

  • Serverless architecture
  • CRUD operations for notes
  • Infrastucture as Code using AWS SAM
  • Automated CI/CD pipline with AWS CodeCommit and CodePipeline

Architecture Diagram and Used Services

Untitled Diagram drawio

Service Descriptions

AWS API Gateway

  • Currently entrypoint for the note-taking app
  • Manages routes HTTP requests to Lambda functions

AWS Lambda

  • Handles the business logic for CRUD operations
  • Triggered by API Gateway

AWS DynamoDB

  • NoSQL database to store the notes
  • NOTES_TABLE has partition key 'user_id' and sort key 'timestamp'
  • NOTES_TABLE has also a GSI with the partition key 'note_id'

The project is created using AWS SAM to define the infrastructure with a simple template. It's uploaded to AWS CodeCommit repository and integrated with the CI/CD pipeline.

Next Steps

  • Adding Amazon Cognito
  • Adding Front End for the user.

aws-notes-app-sam's People

Contributors

hamurda avatar

Watchers

 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.