AWS step-functions documentation change
Summary
Updated references from 'AWS CloudFormation' to 'CloudFormation' and adjusted tutorial comparisons
Security assessment
Changes are terminology updates and maintain existing security context about IAM role automation. No new security guidance was added, and no vulnerabilities are addressed. The note about CDK handling IAM roles predates this change.
Diff
diff --git a/step-functions/latest/dg/tutorial-lambda-state-machine-cdk.md b/step-functions/latest/dg/tutorial-lambda-state-machine-cdk.md index c02d91e7e..b25179cf5 100644 --- a//step-functions/latest/dg/tutorial-lambda-state-machine-cdk.md +++ b//step-functions/latest/dg/tutorial-lambda-state-machine-cdk.md @@ -11 +11 @@ You can use the AWS Cloud Development Kit (AWS CDK) Infrastructure as Code (IAC) -You will define AWS infrastructure using one of the CDK's supported languages. After you define your infrastructure, you will synthesize your app to an AWS CloudFormation template and deploy it to your AWS account. +You will define AWS infrastructure using one of the CDK's supported languages. After you define your infrastructure, you will synthesize your app to an CloudFormation template and deploy it to your AWS account. @@ -20 +20 @@ Before you begin this tutorial, you must set up your AWS CDK development environ -This tutorial produces the same result as [Using AWS CloudFormation to create a workflow in Step Functions](./tutorial-lambda-state-machine-cloudformation.html). However, in this tutorial, the AWS CDK doesn't require you to create any IAM roles; the AWS CDK does it for you. The AWS CDK version also includes a [Succeed workflow state](./state-succeed.html) step to illustrate how to add additional steps to your state machine. +This tutorial produces the same result as [Using CloudFormation to create a workflow in Step Functions](./tutorial-lambda-state-machine-cloudformation.html). However, in this tutorial, the AWS CDK doesn't require you to create any IAM roles; the AWS CDK does it for you. The AWS CDK version also includes a [Succeed workflow state](./state-succeed.html) step to illustrate how to add additional steps to your state machine. @@ -434 +434 @@ Update `src/Step/StepStack.cs` with the following code. -AWS CDK runs the app and synthesizes an AWS CloudFormation template from it. AWS CDK then displays the template. +AWS CDK runs the app and synthesizes an CloudFormation template from it. AWS CDK then displays the template.