Thoughts from the trenches in FAANG + Indie • 0 implied HN points • 09 Jun 23
- AWS Lambda allows you to run code without managing servers, making it a great choice for many developers.
- Using AWS CLI to stream logs from Lambda to your terminal is much faster and more efficient than using the AWS Console.
- You need to know the log group for your Lambda function, but once you do, setting up log streaming is a simple process.