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.
Learn more:
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.
Learn more: