Skip to main content

Command Palette

Search for a command to run...

deploy website on s3 bucket and insert and get data from dynamodb table

Updated
1 min read
M
DevOps Engineer with 4 years of experience and skilled in infrastructure automation, containerization, and cloud provisioning with a strong focus on reducing manual effort and improving deployment efficiency. Proven ability to lead teams, mentor engineers, engage with stakeholders, and deliver scalable DevOps solutions across development and production environments.

Create Table in dynamo db and create two Lambada Function and paste get and update py code to lambada and test it will work

https://github.com/meghraj8788/AWS-s3-website-DEPLOYMENT/tree/main

now Part 2

create API GATEWAY

create API gateway for get and post and attach GET api - Get Lambada Function which will get Data from dynamodb
for Post Api attach Upgrade Lambda Function which will add data to dynamodb

later create bucket and uplode code index.html and java script code in bucket and enable statis host in s3 bucket so you can able to open website

2 views