Archives: AWS Lambda

Delete Your AWS Lambda Log Management with Python

March 13, 2024 | By Gerald | No Comments | Filed in: AWS Lambda.

As developers, we often face the daunting task of sifting through massive amounts of log data to isolate the information we truly need. AWS Lambda functions add another layer to this challenge by generating a significant volume of logs that are pushed to CloudWatch Log Groups. Introducing a Python script for better log management! This utility • Read More »

Tags: ,

Creating an AWS Lambda Layer for Python Libraries

November 1, 2023 | By Gerald | No Comments | Filed in: AWS Lambda, Serverless.

AWS Lambda Layers offer a powerful solution for organizing, sharing, and managing code dependencies across multiple Lambda functions. In this guide, we’ll walk you through the process of creating an AWS Lambda Layer specifically for Python libraries. Additionally, we’ll discuss the required IAM policies and roles to ensure your Lambda functions can seamlessly access and • Read More »

Tags: , ,