Cloud and Serverless Computing Project on GET and POST User Details using AWS Services
Services Used:
•API GATEWAY
•IAM ROLE
•LAMBDA FUNCTION
•DYNAMO DB
•S3 BUCKET
First step is to create a basic api.
Also create get and post methods in that api
Create a lambda function and write the available code imtegrating get and post methods
Link the lambda function and api gateway.
Create a dynamo db table
Change the settings in the api gateway ans also dont forget to enable CORS in API.
Change the lambda time out to 1 min
Run the code in lambda
Check whether the table gets updated
Woahh!!! IT DOES….
Check post method in the postman software
Now our task is to create S3 bucket for static web hosting by uploading the .html,.js files and creating a policy
Check the get and post mechanism in website
Check the change in dynamo db table by post method
WOAHH!!!!!!!! ITS WORKING THANK YOU