-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
step-functions: implement IEventRuleTarget, add grant() methods #1275
Labels
@aws-cdk/aws-stepfunctions
Related to AWS StepFunctions
feature-request
A feature should be added or improved.
Comments
rix0rrr
added
feature-request
A feature should be added or improved.
@aws-cdk/aws-stepfunctions
Related to AWS StepFunctions
labels
Dec 3, 2018
rix0rrr
added a commit
that referenced
this issue
Jan 18, 2019
So that Java/.NET users can trigger StateMachine from CWE. Fixes part of #1275.
4 tasks
rix0rrr
added a commit
that referenced
this issue
Jan 22, 2019
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.
sam-goodwin
pushed a commit
that referenced
this issue
Jan 28, 2019
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.
7 tasks
nija-at
changed the title
step-functions: implement IEventRuleTarget, add grant() methods
step-functions: implement IEventRuleTarget
Feb 28, 2020
nija-at
changed the title
step-functions: implement IEventRuleTarget
step-functions: implement IEventRuleTarget, add grant() methods
Feb 28, 2020
StateMachine now has Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-stepfunctions
Related to AWS StepFunctions
feature-request
A feature should be added or improved.
To improve the usability of Step Functions library, we should do these things.
Came up on Gitter channel.
(While at it, Chain() has a crazy constructor signature, which should mostly have been a copy constructor I think)
The text was updated successfully, but these errors were encountered: