We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe97ab commit a1ca8f2Copy full SHA for a1ca8f2
README.md
@@ -997,7 +997,7 @@ stepFunctions:
997
...
998
```
999
1000
-#### Specify Input or Inputpath
+#### Specify Input or Inputpath or InputTransformer
1001
1002
You can specify input values to the Lambda function.
1003
@@ -1030,6 +1030,19 @@ stepFunctions:
1030
state:
1031
- pending
1032
inputPath: '$.stageVariables'
1033
+ - cloudwatchEvent:
1034
+ event:
1035
+ source:
1036
+ - "aws.ec2"
1037
+ detail-type:
1038
+ - "EC2 Instance State-change Notification"
1039
+ detail:
1040
+ state:
1041
+ - pending
1042
+ inputTransformer:
1043
+ inputPathsMap:
1044
+ stage: '$.stageVariables'
1045
+ inputTemplate: '{ "stage": <stage> }'
1046
definition:
1047
1048
0 commit comments