Skip to content

Wercker step to deploy SAM template to AWS

Notifications You must be signed in to change notification settings

audienceproject/sam-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Template

A step for Wercker that processes sam template and deploys cloudformation stack

Example

steps:
    - audienceproject/sam-deploy:
        template: sam-template.yaml
        s3-bucket: $ARTEFACTS_BUCKET
        s3-prefix: "$WERCKER_GIT_REPOSITORY/$WERCKER_GIT_COMMIT"
        stack-name: my awesome stack name
        region: $AWS_REGION
        tags: product=AudienceData project=$WERCKER_GIT_REPOSITORY

About

Wercker step to deploy SAM template to AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages