-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(lambda): Specifying insightsVersion triggers warning to make lazy #17133
Labels
@aws-cdk/aws-lambda
Related to AWS Lambda
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
Comments
evantrimboli
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
labels
Oct 24, 2021
NGL321
added
@aws-cdk/aws-lambda-nodejs
@aws-cdk/aws-lambda
Related to AWS Lambda
p2
and removed
@aws-cdk/aws-lambda
Related to AWS Lambda
@aws-cdk/aws-lambda-nodejs
labels
Oct 26, 2021
Thanks for filing this issue @evantrimboli. At this time, it's safe to ignore this warning. |
nija-at
added
effort/small
Small work item – less than a day of effort
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Oct 28, 2021
mergify bot
pushed a commit
that referenced
this issue
Dec 13, 2021
Adding builtin support for the new ARM64 CloudWatch insights Lambda layers which were [announced](https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-cloudwatch-lambda-insights-functions-graviton2/) yesterday. also fixes #17133 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
TikiTDO
pushed a commit
to TikiTDO/aws-cdk
that referenced
this issue
Feb 21, 2022
Adding builtin support for the new ARM64 CloudWatch insights Lambda layers which were [announced](https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-cloudwatch-lambda-insights-functions-graviton2/) yesterday. also fixes aws#17133 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-lambda
Related to AWS Lambda
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
What is the problem?
When specifying the
insightsVersion
property on a lambda function, the following warning is generated:This only started occurring after adding the
insightsVersion
property to the lambda.Reproduction Steps
Create a lambda function:
What did you expect to happen?
No warning
What actually happened?
A warning.
CDK CLI Version
1.111.0
Framework Version
No response
Node.js Version
14.15.4
OS
Windows
Language
Typescript
Language Version
Typescript 4.3.5
Other information
No response
The text was updated successfully, but these errors were encountered: