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
This makes the types here currently unusable for the most common pattern which is when creating a Lambda that processes EventBridge events from AWS services, like ECS.
The text was updated successfully, but these errors were encountered:
nicolai0
changed the title
EventBridgeEventObj expects a string Instead of an objectEventBridgeEventObj.detail expects a string instead of an object
Dec 13, 2023
Comments on closed issues are hard for the maintainers of this repository to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
EventBridgeEventObj
expects a JSON string in thedetail
field always as discussed and implemented in #704. I don't know if it's possible for it to actually be a string, but it can definitely be an object. See an example here: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-events-structure.html.This makes the types here currently unusable for the most common pattern which is when creating a Lambda that processes EventBridge events from AWS services, like ECS.
The text was updated successfully, but these errors were encountered: