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

https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-stepfunctions

The CloudFormation Resource Provider Package For AWS Step Functions
https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-stepfunctions

aws-resources resources step-functions stepfunctions

Last synced: 9 months ago
JSON representation

The CloudFormation Resource Provider Package For AWS Step Functions

Awesome Lists containing this project

README

          

# CloudFormation Resource Providers Package For AWS Step Functions

## Description

This repository contains the resource providers for the `AWS::StepFunctions::*` namespace. There are two resources under this namespace:
- [AWS::StepFunctions::StateMachine](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html)
- [AWS::StepFunctions::Activity](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html)

## Usage

Instructions on repository setup and the local development workflow can be found in the [Contributing Guide](./CONTRIBUTING.md).

## More Resources

- [AWS Step Functions Documentation](https://aws.amazon.com/step-functions/?step-functions.sort-by=item.additionalFields.postDateTime&step-functions.sort-order=desc)
- [AWS Step Functions Getting Started](https://aws.amazon.com/step-functions/getting-started/)
- [Tutorial - Create a State Machine using AWS CloudFormation](https://docs.aws.amazon.com/step-functions/latest/dg/tutorial-lambda-state-machine-cloudformation.html)
- [Code of Conduct](./CODE_OF_CONDUCT.md)
- [Contributing Guide](./CONTRIBUTING.md)
- [License](./LICENSE)
- [Notice](./NOTICE)

## License

This project is licensed under the Apache-2.0 License.