Coder Social home page Coder Social logo

crud-app-on-aws's Introduction

CRUD-APP-on-AWS

CRUD Application Using API Gateway, Lambda And DynamoDB

Project Description

We have an application where we want to save records for student data like Student Name, Roll Number, Date of birth, Gender, Class, etc so want to implement CRUD (CREATE, READ, UPDATE and DELETE) operations functionality with AWS Lambda and API-Gateway. We will use Dynamo-DB as a database for this and make connectivity with it using lambda. Right now we are using python as our programming language for this task.

We need to implement a CRUD Application where you need 4 separate lambdas for creating, reading, updating, and deleting the record. After that, you need to connect your lambda with a Dynamodb to save the records there. DynamoDB is an AWS fully managed proprietary NoSQL database. After that, you need to create API-Gateway and create different methods like GET, POST, UPDATE and DELETE so that you can create communication between lambda and API gateway. When a user wants to add records, it will trigger the get request to the API and then save the records to the dynamo DB which is a database. You will test it using postman. In postman, you have different methods to pass request to the API.

Solution:

I have provisioned the necessary resources on AWS using the console and also using Terraform. The code for the Lambda function can also be found on this repo. For testing the URL, I have used POSTMAN to test our REST APIS. You can check the wiki here

crud-app-on-aws's People

Contributors

midejoe 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.