Skip to content

In this project,we have successfully deployed serverless Registration web application using AWS services like DynamoDB table,Lambda,IAM roles,API Gateway.

Notifications You must be signed in to change notification settings

Palak-10-gupta/Building-Serverless-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Building-Serverless-Web-App

Step1:Create a DynamoDB table

name:registration-table

Step2:Create IAM role for lambda function

name:RegistrationRoleForm

Provide Permissions:
1)Cloudwatch Full Access
2)DynamoDB Full Access

Step3:Create lambda function

name:registration-form-function

Step4:Write lambda function

To this: ('API_URL/register')

Step5:Create and deploy API Gateway and Enable CORS

Step6:Test the project.Registration is successful

Enable CORS:

Access-Control-Allow-Origin: '*'
Access-Control-Allow-Headers: Content-Type,X-Amz-Date,Authorization,X-Api-Key,X-Amz-Security-Token
Access-Control-Allow-Methods: POST

About

In this project,we have successfully deployed serverless Registration web application using AWS services like DynamoDB table,Lambda,IAM roles,API Gateway.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published