Skip to content

enhanced monitoring has warning #40

@lodewaelbers

Description

@lodewaelbers

I have enabled lambda insights in my project with serverless:

npm install --save-dev serverless-plugin-lambda-insights => "serverless-plugin-lambda-insights": "^2.0.0",

custom:
  lambdaInsights:
    defaultLambdaInsights: true #enables Lambda Insights for all functions
[...]
plugins:
  - serverless-plugin-lambda-insights

When I deploy, enhanced monitoring is active but there is a warning on monitoring and operations:
image

Looking for more detail brings me to
image

The execution role has no denies. The CloudWatchLambdaInsightsExecutionRolePolicy is added.

I have the same effect on multiple lambda functions.

How can I deploy without running into a warning?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions