Skip to content

Support InputTransformer for Cloudwatch Events  #102

Closed
@kumaresansv

Description

@kumaresansv

This is a Feature Proposal

Step functions could be launched from a Cloudwatch event. AWS allows us to transform the event data before passing it to the Step Function. This library is missing the usage of InputTransformer
https://docs.aws.amazon.com/AmazonCloudWatchEvents/latest/APIReference/API_InputTransformer.html
For feature proposals:

  • What is the use case that should be solved. The more detail you describe this in the easier it is to understand for us.
    Allow transformation of the event input generated by Cloudwatch.

  • If there is additional config how would it look
    events:
    - schedule:
    name:
    description: 'Cyclic Daily 8 PM PST'
    rate: cron(0 4 * * ? *)
    inputTransformer:
    inputPathsMap: ''
    inputTemplate: '<customInputTemplate'

Additional Data

  • Serverless Framework Core Version you're using: 1.24.1
  • The Plugin Version you're using: Latest
  • Operating System: Windows
  • Stack Trace:
  • Provider Error messages:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions