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
- Host: GitHub
- URL: https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-stepfunctions
- Owner: aws-cloudformation
- License: apache-2.0
- Created: 2021-04-02T16:43:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T20:38:07.000Z (about 2 years ago)
- Last Synced: 2025-03-29T01:41:43.775Z (about 1 year ago)
- Topics: aws-resources, resources, step-functions, stepfunctions
- Language: Java
- Homepage: https://aws.amazon.com/step-functions/
- Size: 152 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.