RSSAmplifier

Better Dev · Mar 1, 2021

AWS Lambda logging best practices

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Logging in AWS Lambda functions is simple. You just print the message, and it's sent to the CloudWatch Logs. And everything is fine until you get a surprisingly big bill for the CloudWatch usage, or you need to actually debug some live system. Here are my tips for logging in AWS Lambda, based on my experience with real-live, big-scale functions running on production.

Read on betterdev.blog

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.