Skip to content

Template and documentation on how to create full-stack serverless web app with CI/CD on AWS

Notifications You must be signed in to change notification settings

kaplin/aws-quick-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using CloudFormation Template

Prereqisites

Create CodeCommit Repo

Create infrastructure

aws2 cloudformation deploy --stack-name aws-quick-start-infrastructure --template-file infrastructure.yaml

Get your repo URL

aws2 codecommit get-repository --repository-name aws-quick-start-app --query repositoryMetadata.cloneUrlHttp --output text

Access your app Git repo (read more about git credentials helper here)

git config --global credential.helper '!aws codecommit credential-helper $@'
git config --global credential.UseHttpPath true
git clone <repo_url>

About

Template and documentation on how to create full-stack serverless web app with CI/CD on AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published