Skip to content

Fix EventBridge event structures. #755

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

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Fix EventBridge event structures. #755

merged 1 commit into from
Dec 18, 2023

Conversation

calavera
Copy link
Contributor

Issue #, if available:

Fixes #752

Description of changes:

According to the docs, the detail is always a JSON object: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-events-structure.html

By submitting this pull request

  • I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • I confirm that I've made a best effort attempt to update all relevant documentation.

According to the docs, the detail is always a JSON object: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-events-structure.html

Signed-off-by: David Calavera <[email protected]>
@calavera calavera requested a review from bnusunny December 16, 2023 01:26
@calavera calavera merged commit 953b2d2 into main Dec 18, 2023
@calavera calavera deleted the fix_eventbridge branch December 18, 2023 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EventBridgeEventObj.detail expects a string instead of an object
2 participants