The Lambda Blog

Serverless Cloud Guide

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

Author: user

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
configuring-an-s3-bucket-to-send-events-to-a-lambda-destination-for-processing

Configuring an S3 Bucket to send events to a Lambda destination for processing

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

Demonstrating how to configure a Lambda target destination for an S3 bucket to send lifecycle event notifications to, including using CloudFormation yaml definitions for the setup.

Read more
how to request a public certificate for a domain name from the aws certificate manager console

How to request a public SSL certificate for a domain name from the AWS Certificate Manager Console

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

Requesting an AWS issued public certificate for a domain name is straightforward in the ACM console and DNS validation can be done automatically if your domain is also on Route 53.

Read more
creating-automated-cloudformation-stack-build-and-deployments-with-aws-codepipeline-and-codebuild

Creating automated CloudFormation Stack Build and Deployments with AWS CodePipeline and CodeBuild

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

Step by step walkthrough to creating an AWS CodePipeline to automatically build and deploy CloudFormation Stacks on every code commit to a branch.

Read more
a concise guide to setting up the aws command line libraries on your local development environment

A concise guide to setting up the AWS command-line libraries on your local development environment

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

How to setup your local environment by operating system to have the AWS CLI/SAM CLI libraries interfacing with your Amazon Webservices Account.

Read more
how to implement a lambda authorizer for an aws appsync api and invoke the api with the required authorization token

How to implement a Lambda Authorizer for an AWS AppSync API and invoke the API with the required Authorization Token

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

Implementing a Lambda Authorizer integrated with an AppSync API including Cloudformation template samples and also demonstrating how to correctly invoke the API with the required auth token.

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
azure ad multi tenancy issue in aws cognito

Azure AD Multi Tenancy issue in AWS Cognito

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

Because AWS Cognito doesn’t support Azure ADs multi tenancy setup, it is not possible to allow just any Azure AD tenant to federate into a Cognito User Pool like a social sign on from Google or Facebook.

Read more
setting up enterprise federation from azure active directory to amazon cognito using open id connect

Setting up Enterprise Federation from Azure Active Directory to Amazon Cognito using Open ID Connect

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

How to setup enterprise federation to allow users authenticated in an Azure AD tenant to seamlessly sign into an Amazon Cognito User Pool using Open ID Connect (OIDC).

Read more
how to setup iam multifactor authentication mfa for the aws cli

How to Setup IAM Multifactor Authentication (MFA) for the AWS CLI

Posted on April 25, 2022August 14, 2022 by user

How to setup and enforce Multifactor Authentication (MFA) in AWS IAM when using the AWS CLI.

Read more
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

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