Skip to content
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: advanced logging controls for your Lambda functions #28044

Closed
2 tasks
tmokmss opened this issue Nov 17, 2023 · 2 comments
Closed
2 tasks

lambda: advanced logging controls for your Lambda functions #28044

tmokmss opened this issue Nov 17, 2023 · 2 comments
Labels
@aws-cdk/aws-lambda Related to AWS Lambda feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.

Comments

@tmokmss
Copy link
Contributor

tmokmss commented Nov 17, 2023

Describe the feature

Release announcement

Posted On: Nov 16, 2023

AWS Lambda announces advanced logging controls that enable you to natively capture logs in JSON structured format, adjust log levels, and select the Amazon CloudWatch log group for your Lambda functions.

CloudFormation already supports this:

{
  "ApplicationLogLevel" : String,
  "LogFormat" : String,
  "LogGroup" : String,
  "SystemLogLevel" : String
}

L2 Lambda function construct should also support this feature.

Use Case

  • natively capture logs in JSON structured format
  • adjust log levels
  • select the Amazon CloudWatch log group for your Lambda functions.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.110.0

Environment details (OS name and version, etc.)

macOS

@tmokmss tmokmss added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Nov 17, 2023
@github-actions github-actions bot added the @aws-cdk/aws-lambda Related to AWS Lambda label Nov 17, 2023
@tmokmss
Copy link
Contributor Author

tmokmss commented Nov 17, 2023

I found that it's already released #28039. Amazingly fast 😄

@tmokmss tmokmss closed this as completed Nov 17, 2023
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

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 feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant