serverless

AWS Lambda Execution context in Java demystified

In this article, I will demystify the Execution Context of a Lambda invocation and how you can take advantage of it. More specifically for Lambdas written in Java, but this can apply to any language.

Continue reading