Skip to content

Reyano132/AwsDynamicWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AwsDynamicWebsite

Creation of a Dynamic website using AWS S3, API gateway and lambda functions

Architecture of Todo App:

image

To host this Todo app, follow the below steps:

  1. Clone following GitHub repository: https://github.com/Reyano132/AwsDynamicWebsite

  2. Create an S3 bucket in your account and upload DyanamicSiteCreation.json, index.html, error.html, script.js, and crudOnDB.zip.

  3. In cloud formation UI, create a stack and pass the location of the site creation cloudformation template(DyanamicSiteCreation.json).

  4. In input parameters, pass the name of you bucket in which you stored all the above files as SourceS3Bucket, and in DestinationS3Bucket, pass the name of the bucket in which you want to host your site. image

  5. As we are creating new IAM roles for resources, check the checkbox that comes in before the submission.

  6. After the creation of this stack, you'll get the website URL in the output tab. image

  7. You'll see your Todo App :) todoapp

About

Creation of Dynamic website using AWS S3, API gateway and lambda functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors