The Lambda Blog

Serverless Cloud Guide

Menu
  • Home
  • Categories
  • Projects
  • About Us
  • Privacy Policy
  • Disclaimer
  • Contact
Menu

Category: CloudWatch

CloudWatch is the Logging and Metrics Repository for the Amazon Cloud Platform and is often the first stop for investigating issues with your services.

coding a json format logger in python for use as a lambda layer package

Coding a JSON format logger in Python for use as a Lambda Layer package

Posted on May 24, 2022August 14, 2022 by user

A useful python json logger Lambda layer that can be used for Lambda logs easily with indexable tags and keywords that work well with services like ElasticSearch/OpenSearch.

Read more
reading aws cloudwatch logs using python and boto3

Filtering CloudWatch Logs by LogGroups and LogStreams and reading them using Python and the Boto3 SDK

Posted on May 7, 2022August 14, 2022 by user

How to filter and extract AWS CloudWatch Logs by LogGroup and LogStream using the Boto3 SDK in Python.

Read more

Recent Posts

  • Coding a JSON format logger in Python for use as a Lambda Layer package
  • Configuring an S3 Bucket to send events to a Lambda destination for processing
  • How to request a public SSL certificate for a domain name from the AWS Certificate Manager Console
  • Creating automated CloudFormation Stack Build and Deployments with AWS CodePipeline and CodeBuild
  • A concise guide to setting up the AWS command-line libraries on your local development environment
  • How to implement a Lambda Authorizer for an AWS AppSync API and invoke the API with the required Authorization Token
  • Filtering CloudWatch Logs by LogGroups and LogStreams and reading them using Python and the Boto3 SDK
  • Azure AD Multi Tenancy issue in AWS Cognito
  • Setting up Enterprise Federation from Azure Active Directory to Amazon Cognito using Open ID Connect
  • How to Setup IAM Multifactor Authentication (MFA) for the AWS CLI

Categories

  • Amplify
  • API Gateway
  • AppSync
  • AWS CLI
  • CloudFormation
  • CloudWatch
  • Cognito
  • DynamoDB
  • EventBridge
  • KMS
  • Lambda
  • Projects
  • Route 53
  • SES
  • SNS

Post Tags

ACM Amplify API Gateway AppSync AWS CLI Azure Boto3 CloudFormation CloudWatch CodeBuild CodePipeline Cognito DynamoDB EventBridge Firebase IAM KMS Lambda OIDC Project Python Rekognition Route53 S3 SAM SES SNS VPC

©2022 The Lambda Blog