Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tarunkamra/simple-project-aws
- Owner: tarunkamra
- Created: 2024-11-08T17:29:01.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T18:00:13.000Z (about 2 months ago)
- Last Synced: 2024-11-08T18:31:06.298Z (about 2 months ago)
- Topics: api-gateway, aws, aws-amplify, dynamo-db, lambda
- Language: HTML
- Homepage:
- Size: 537 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)