Skip to content

yoshidashingo/aws-sam-circleci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

(Sample) AWS SAM deployment using CircleCI

Workflow

  1. Describe your app code.
  2. Describe your Infra Spec(app-spec.yml)
  3. Describe circle.yml in your repository root.

Prerequisite

AWS Permissions

Set AWS credentials to "AWS permissions".

  • Access Key ID
  • Secret Access Key

Environment Variables

Set Environment Variables for using in CD pipeline.

  • REGION
  • S3_BUCKET_NAME
  • STACK_NAME

Misc

.gitignore of mine.

*.DS_Store
*.zip
*.deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published