Posted On: Mar 23, 2017

You can now view AWS Lambda function policies from the AWS Lambda console. Previously, you needed to use the AWS CLI or SDK to see which services and accounts have permissions to invoke your Lambda functions. You can view Lambda function policies from the Triggers tab of any function.

You can now also set resource-based policies for the following Lambda APIs: CreateEventSourceMapping, UpdateEventSourceMapping, DeleteEventSourceMapping, AddPermission, and RemovePermission. This lets you use identity-based policies that determine which API actions your Lambda functions and event source mappings can perform. Learn more about this topic here.

Please visit our product page for more information about AWS Lambda or log in to the AWS Lambda console to get started.