Support for lambda logs with JSON-structured format #3017
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/enhancement
Improvements or new features
resolution/fixed
This issue was fixed
Issue details
AWS has recently introduced Lambdas with Logs with JSON structured format https://aws.amazon.com/blogs/compute/introducing-advanced-logging-controls-for-aws-lambda-functions/
This is how we can configure it with CloudFormation: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-loggingconfig.html#cfn-lambda-function-loggingconfig-logformat
This would be a great addition, because JSON structured logs are really useful, as we can use them in queries, data aggregation, etc.
The text was updated successfully, but these errors were encountered: