AWS IAM Permissions for AWS Lambda

Identity and Access Management (IAM) allows you to regulate access to your AWS resources, thus ensuring that only users with the respective permissions have access to your AWS data.

To work with Invoke Lambda Jobs you require permissions to list and invoke functions; therefore, the following IAM permissions must be granted:

  • lambda:ListFunctions

  • lambda:InvokeFunction

See also: