←back to thread

115 points nonfamous | 2 comments | | HN request time: 0.418s | source
Show context
johnduhart ◴[] No.44567380[source]
Oh wow, a 23-page write up about how the author misunderstood AWS Lambda's execution model [1].

> It emits an event, then immediately returns a response — meaning it always reports success (201), regardless of whether the downstream email handler succeeds or fails.

It should be understood that after Lambda returns a response the MicroVM is suspending, interrupting your background HTTP request. There is zero guarantee that the request would succeed.

1: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtime-...

replies(4): >>44567460 #>>44568625 #>>44568884 #>>44573721 #
1. dsmurrell ◴[] No.44568884[source]
"This document reflects the outcome of a seven-week independent technical investigation" - :)
replies(1): >>44569697 #
2. Hikikomori ◴[] No.44569697[source]
Guy seems to be a consultant, so good money invoiced on this "problem".