Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tarunkamra/simple-project-aws

a simple project describing how we can connect AWS Amplify, API Gateway, Lambda and Dynamo DB together to demonstrate a simple project
https://github.com/tarunkamra/simple-project-aws

api-gateway aws aws-amplify dynamo-db lambda

Last synced: about 2 months ago
JSON representation

a simple project describing how we can connect AWS Amplify, API Gateway, Lambda and Dynamo DB together to demonstrate a simple project

Awesome Lists containing this project

README

        

This is a project which connects

AWS Amplify --> API Gateway --> Lambda --> Dynamo DB

very simple!

![AWS Architecture](images/aws.drawio.png)

**AWS Amplify**

just upload the index.html file to AWS amplify and it will deploy it to AWS. It's simple like that!

in the index.html file there is an API Call which is set up by API Gateway

**Lambda**

the function is just a way to use math function and it pushes the result to Dynamo db

It is triggered by API which is ran through index.html file

#### AWS amplify
![AWS Amplify](images/Amplify.png)

#### Final UI

![UI](images/UI.png)

#### Entry in Dynamo DB - Results will be stored in dynamo db

![DynamoDB](images/DynamoDB.png)

#### Result as seen on UI
![Result](images/result.png)