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
While using the EventBridgeClient to put events, the response from the request is undefined and makes it impossible to know whether or not the event was successfully sent without have a cloudwatch log group set up. The same can be said about testing the sending of events with localstack.
The output below is what is received after using the AWS SDK to sent an event, and using the AWS CLI the output is a JSON object of the entries.
While using the EventBridgeClient to put events, the response from the request is undefined and makes it impossible to know whether or not the event was successfully sent without have a cloudwatch log group set up. The same can be said about testing the sending of events with localstack.
The output below is what is received after using the AWS SDK to sent an event, and using the AWS CLI the output is a JSON object of the entries.
Are there any ways of returning the response rather than undefined?
The text was updated successfully, but these errors were encountered: