An open API service indexing awesome lists of open source software.

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

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`