Description:
The options when using CloudWatchEvent/EventBridgeRule as event source are quite limited. A very useful feature to use here would be InputTransformer
I've tried achieving the same result using Input and InputPath, but they aren't comparable.
The effect of not allowing this is that one either sends too much data to the lambda function or has to resort to AWS::Events::Rule
Description:
The options when using CloudWatchEvent/EventBridgeRule as event source are quite limited. A very useful feature to use here would be InputTransformer
I've tried achieving the same result using
InputandInputPath, but they aren't comparable.The effect of not allowing this is that one either sends too much data to the lambda function or has to resort to
AWS::Events::Rule