What are the HTTP codes that will cause a dead letter event to happen?
400 Bad Request or 413 Payload too Large
What is an Event?
Event is something that happened
What is an event source?
Event Source is where the event took place
What’s an Event Topic?
Event Topics, are where the publishers will send the events
What is an Event Handler?
The app or service that reacts to the event
What is the condition when the event batch will be larger than the preferred batch size?
If there is a single message that is larger than the preferred batch size?
What are the bounds for the Max events per batch?
1, 5000
What format does the constructor of EventData take?
Array of bytes