Monthly archives: October, 2020

10 ways to secure your AWS Lambda function

1. Use fine-grained permissions for IAM execution role. An AWS Lambda function’s execution role grants permission to access AWS services and resources. You provide this role when you create a function, and Lambda assumes the role when your function is invoked. It defines what your function can do. Always allow only needed actions on required …