Skip to content

Generates a form driven static webpage defined by a swagger file on AWS for use with a serverless architecture.

License

Notifications You must be signed in to change notification settings

Azsu/serverless_form_gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goal

From a gitrepo create a code pipeline that will establish a serverless website generated from swagger code hosted on s3 that makes calls to api gateway that triggers lambda code

Requirements

  • able to stage and unstage completely from aws accounts using cloud formation to bucket resources
  • Updates to the stack upon code commit to git repo as necessary
  • Automatically generate website to process form data and make calls to api gateway
  • the website should make a header and link each swagger stack within a single action to each page
  • all values that can be enumerated shall be
  • descriptions shall be pulled from swagger documentation
  • stretch - onboard https://stripe.com/
  • stretch - integrate aws costs api through to stripe charges

Process

About

Generates a form driven static webpage defined by a swagger file on AWS for use with a serverless architecture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages