AWS step-functions documentation change
Summary
Corrected case in 'config-id' reference in S3 key path
Security assessment
Minor documentation formatting change without security impact.
Diff
diff --git a/step-functions/latest/dg/input-output-itemreader.md b/step-functions/latest/dg/input-output-itemreader.md index 29d81697e..b9ddc0da7 100644 --- a//step-functions/latest/dg/input-output-itemreader.md +++ b//step-functions/latest/dg/input-output-itemreader.md @@ -517 +517 @@ ItemReader syntax - "Key": "destination-prefix/amzn-s3-demo-bucket/config-ID/YYYY-MM-DDTHH-MMZ/manifest.json" + "Key": "destination-prefix/amzn-s3-demo-bucket/config-id/YYYY-MM-DDTHH-MMZ/manifest.json" @@ -606,2 +606,2 @@ The following example shows an IAM policy that grants least privileges to access - "arn:aws:s3:::destination-prefix/amzn-s3-demo-bucket/config-ID/YYYY-MM-DDTHH-MMZ/manifest.json", - "arn:aws:s3:::destination-prefix/amzn-s3-demo-bucket/config-ID/data/*" + "arn:aws:s3:::destination-prefix/amzn-s3-demo-bucket/config-id/YYYY-MM-DDTHH-MMZ/manifest.json", + "arn:aws:s3:::destination-prefix/amzn-s3-demo-bucket/config-id/data/*"