DEV Community

Cover image for Programming Tip #3: Functional Core, Imperative Shell for AWS Lambdas
Jesse Warden
Jesse Warden

Posted on

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:

Top comments (0)