/aws-sam-with-sfn

AWS Serverless Application Model with Step Functions My Example

Primary LanguageGo

aws-sam-with-sfn

Requirements

Super Simple Deployment

make build

sam package \
    --template-file ./template.yaml \
    --output-template-file pkg/packaged-template.yaml \
    --s3-bucket YOUR_S3_BUCKET

sam deploy \
    --template-file pkg/packaged-template.json \
    --stack-name sam-with-sfn \
    --capabilities CAPABILITY_IAM