Member-only story
AWS lambda Policies, Reasons , Resolutions…
We are moving towards cloud based applications, It would be worth for you to just go through these policies before you run your application live.
Here are few of the rules I found after doing some research.
1) Lambda Function should not use deprecated runtime
Ensure that you always use the latest version of the execution environment for your AWS Lambda functions in order to adhere to AWS best practices and receive the newest software features, get the latest security patches and bug fixes, and benefit from better performance and reliability.
because When you execute your AWS Lambda functions using the latest version of the implemented runtime environment, you should benefit from new features and enhancements, better security, performance and reliability.
Instructions
AWS Documentation
Resolution
Change Runtime version via AWS Console
- In the navigation panel, under AWS Lambda section, choose Functions.
- Choose the Lambda function that you want to reconfigure then click on the function name.