/codepipeline-git-s3

A cloudformation template that extracts code from an external git repo (Github or Bitbucket) and deploys it to an S3 bucket

codepipeline-git-s3

About

This is a CloudFormation template that pulls code from an external Git repo (as of right now, either Github or Bitbucket) and deploys that code in an S3 bucket. If the S3 bucket is public, it essentially acts as your own version of Vercel.com

To do this, a CodeStar Connection is required

Note: This template does not build code, it just copies it

If you want a template that also builds code, see the repository codepipeline-git-build-s3