awslabs / awslabs/serverless-plugin-lambda-insights

enhanced monitoring has warning

Open
#40 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
43
Forks
18
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.