Programming Tip #3: Functional Core, Imperative Shell for AWS Lambdas

jesterxl

Jesse Warden

Posted on May 1, 2022

Programming Tip #3: Functional Core, Imperative Shell for AWS Lambdas

Programming Tip #3: Functional Core, Imperative Shell for AWS Lambdas. Make all code pure functions, then put all side effects and exceptions inside your handler only.

Image description

Learn more:

💖 💪 🙅 🚩
jesterxl
Jesse Warden

Posted on May 1, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related