We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095531b commit 7b370a4Copy full SHA for 7b370a4
1 file changed
systems-manager-automation-to-stepfunctions/example-pattern.json
@@ -1,13 +1,13 @@
1
{
2
- "title": "Systems Manager automation to Step Functions",
+ "title": "Amazon Systems Manager automation to AWS Step Functions",
3
"description": "Create SSM automation document that invokes Step functions.",
4
"language": "Python",
5
"level": "200",
6
"framework": "CDK",
7
"introBox": {
8
"headline": "How it works",
9
"text": [
10
- "This pattern demonstrates how to invoke Step Functions from a Systems Manager automation document ",
+ "This pattern demonstrates how to invoke a Step Function from a Systems Manager automation document ",
11
"It pass's the document run time execution parameters as input payload for the Step Functions. ",
12
"This pattern creates the Snapshot of RDS database"
13
]
0 commit comments