filmov
tv
AWS Lambda function design best practices | AWS Lambda Fundamentals

Показать описание
When deciding how to design and write your Lambda functions, there are a few best practices you can follow. These practices are common to all Lambda runtimes.
* Separate the business logic from the actual handler method
* Make your functions modular and single purpose
* Minimize your deployment package size and reduce dependencies
* Store stateful data outside the Lambda function context
#serverless #aws #lambda
----------------------------------------------------------------------------------------------------
Your resource for learning about serverless technology.
Learn to use and build apps that scale automatically on low-cost, fully-managed serverless architecture.