Releases: serverless-operations/serverless-step-functions
Releases · serverless-operations/serverless-step-functions
1.11.0(31.01.2019)
- fix generated IAM role when there are no Task states(#165)
- add support for dependsOn option(#164)
1.10.0(22.01.2019)
- Support to generate permissions of IAM Role for SNS, SQS, DynamoDB, ECS and Batch integrations. consolidate permissions by common actions and then resources, to minimise number of policy statements. (#161 )
1.9.0(17.12.2018)
- Add support for CloudFormation intrinsic function for role (#156)
- Add dollar sign to function arn regex (#154)
1.8.0(13.10.2018)
- Service endpoint fix (#150)
- Add support for CloudWatch Events (#151 )
1.7.2(31.08.2018)
- Allow pseudo-parameters in function arn regex (#148)
1.7.1(30.08.2018)
- Refactor function resource arn regex to only allow valid characters (#147 )
1.7.0(28.08.2018)
- JSON prettify when the state definition is a JSON object instead of raw string (#144)
- Restrict permissions given to the generated IAM role (#145)
1.6.1(31.07.2018)
accidentally release (#139).
1.6.0(31.07.2018)
- Support API Gateway authorizers (#133 )
- Support Share API(#130 #131 )
1.5.0(10.07.2018)
- Supported for custom body mapping templates(#122)
- Supported custom logicalId separate from name (#124)
- fixed Version 1.4.1 breaks pseudo parameters (#129, #119)