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
I am trying to implement a lambda that creates a rule that points to a lambda and in turn pass it parameters as it would be with events.RuleTargetInput.fromObject.
I am using typescript.
Our use case is about creating automatic rules that run on a schedule and being able to do things with the provided parameters.
This discussion was converted from issue #96 on December 08, 2020 18:46.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to implement a lambda that creates a rule that points to a lambda and in turn pass it parameters as it would be with events.RuleTargetInput.fromObject.
I am using typescript.
Our use case is about creating automatic rules that run on a schedule and being able to do things with the provided parameters.
I'm relying on the following link to get started.
https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/cloudwatch-examples-sending-events.html
Thank you very much for your reply.
Beta Was this translation helpful? Give feedback.
All reactions