Deeper Visibility into Resources Invoking Lambda Functions

By default, the Serverless View groups your serverless resources by service to help you visualize how each part of your application is performing. For each service, you see the functions that belong to it, along with the resources (Amazon API Gateway, SNS, SQS, DynamoDB, S3, EventBridge, Kinesis) that invoked them.

While grouping by service is the default, you can also group your resources by AWS CloudFormation stack name, as well as any other tags you’ve configured (such as team, project, or environment).

Setup

To instrument your Lambda functions for the first time, follow the serverless installation instructions.

Managed resources are automatically connected to your AWS Lambda functions if all of the following are true: