Hi @rowanu I’ve just used serverless 1.2.0 and the JSON input worked like a charm
I was wondering do you know if I can change the name of the CloudWatch Rule as currently is something like that: function_name-env-Function_NameEventsRuleSchedule1-P4RWCPZQK971
It will be great if I can change the name to something else.
Good to hear it worked, thanks for reporting back.
Unfortunately there’s no way to change the name that I’m aware of. It has
to be unique, and it’s helpful to see what resource relates to a specific
service/function.
Why do you care what it is named? The name has no material impact on the
functionality, so shouldn’t matter.
If you have some reporting requirements, better to change what you display
at the reporting level rather than expose the plumbing of your service.
It’s not that important just I like to have my CloudWatch Rules with proper naming using special syntax.
But the most important was that now I can pass my JSON input and it works
Thanks one more time.