https://github.com/calebfroese/aws-sam-stepfn-macro
Cleanly generate step function string JSON in YML CloudFormation templates
https://github.com/calebfroese/aws-sam-stepfn-macro
Last synced: over 1 year ago
JSON representation
Cleanly generate step function string JSON in YML CloudFormation templates
- Host: GitHub
- URL: https://github.com/calebfroese/aws-sam-stepfn-macro
- Owner: calebfroese
- Created: 2018-10-10T08:27:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T11:22:03.000Z (over 7 years ago)
- Last Synced: 2025-02-01T20:29:32.225Z (over 1 year ago)
- Language: TypeScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Sam Step Function Macro
This repository contains a [AWS SAM](https://github.com/awslabs/serverless-application-model) to generate and deploy a [Cloudformation Macro](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html) which translates step function YML into JSON string.
## Setup
### Prerequisites
- Node and NPM
- AWS CLI
- AWS SAM CLI
### Deployment
`$ npm run deploy`