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
CDK version used
2.110.0
Environment details (OS name and version, etc.)
macOS
Describe the feature
Release announcement
CloudFormation already supports this:
{ "ApplicationLogLevel" : String, "LogFormat" : String, "LogGroup" : String, "SystemLogLevel" : String }L2 Lambda function construct should also support this feature.
Use Case
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.110.0
Environment details (OS name and version, etc.)
macOS