You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(aws-events): ergonomics improvements to CloudWatch Events (#1570)
Fixes the following things for CloudWatch events:
* Support newlines in CloudWatch Events textTemplate as intended, by making a newline-separated list of JSON strings. Fixes#1514.
* `jsonTemplate` now accepts arbitrary objects. They will be JSONified automatically. Fixes#1198.
* Explicitly implement `IEventRuleTarget` on stepfunctions StateMachine so that Java/.NET users can trigger StateMachines using CloudWatch Events. Fixes part of #1275.
0 commit comments