What happens to the event when an asynchronous Lambda function is invoked?

The event is first queued by lambda, then processed in the background. If the function fails, lambda automatically retries the event, & if retries fail, the event can be sent to a DLQ or eventbridge if configured.
Пожалуйста, войдите, чтобы спрашивать, отвечать, делиться, ставить лайки и голосовать.