AWS step-functions documentation change
Summary
Added new documentation index page for AWS Step Functions with overview, links to Developer Guide, API Reference, States Language Specification, Statelint tool, and related resources.
Security assessment
The change introduces general service documentation without addressing vulnerabilities, security incidents, or security-specific features. Content focuses on workflow coordination and standard usage.
Diff
diff --git a/step-functions/index.md b/step-functions/index.md index 8b1378917..066eedf6b 100644 --- a//step-functions/index.md +++ b//step-functions/index.md @@ -0,0 +1,26 @@ +# AWS Step Functions Documentation + +AWS Step Functions makes it easy to coordinate the components of distributed applications as a series of steps in a visual workflow. You can quickly build and run state machines to execute the steps of your application in a reliable and scalable fashion. + +### [Developer Guide Describes key concepts of AWS Step Functions and provides instructions for using the features of AWS Step Functions. ](/step-functions/latest/dg/welcome.html) + +### [API Reference Documents the AWS Step Functions API. ](/step-functions/latest/apireference/Welcome.html) + +### [Amazon States Language Specification Describes the language that is used to define state machines for AWS Step Functions. ](https://states-language.net/spec.html) + +[HTML](https://states-language.net/spec.html) + +### [Statelint A tool to validate your Amazon States Language code. ](https://github.com/awslabs/statelint) + +[HTML](https://github.com/awslabs/statelint) + +## Related Links + + * [AWS Glossary](http://docs.aws.amazon.com/general/latest/gr/glos-chap.html) + * [Getting Started with AWS](https://aws.amazon.com/documentation/gettingstarted/) + * [SDKs & Tools](https://aws.amazon.com/tools/) + * [AWS General Reference](http://docs.aws.amazon.com/general/latest/gr/Welcome.html) + * [AWS Training](https://aws.amazon.com/training/) + * [AWS Case Studies](https://aws.amazon.com/solutions/case-studies/) + * [AWS Whitepapers](https://aws.amazon.com/whitepapers/) +