The Lambda Blog

Serverless Cloud Guide

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

Category: Lambda

Lambdas are powerful serverless functions that are the building blocks of Serverless Architectures on the AWS Cloud.

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
configuring-and-reviewing-the-new-lambda-function-urls-feature-in-aws

Configuring and reviewing the new Lambda Function URLs feature in AWS

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

The ability to create a url for a single Lambda microservice function is a giant step in the right direction, but it would be nice to have more authorization options similar to AppSync/API Gateway.

Read more
how to create a lambda inside an aws vpc virtual private cloud

How to create a Lambda inside an AWS VPC – Virtual Private Cloud

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

In order to allow Lambdas to access to resources like an Aurora Database within your AWS account VPC or Virtual Private Cloud, they need to be created within it. This post demonstrates how to do that with both the console and also using a Cloudformation Template.

Read more
how to quickly resolve an infinite loop condition between an s3 bucket and a lambda and avoid this in the future

How to quickly resolve an Infinite Loop Condition between an S3 Bucket and a Lambda and avoid this in the future

Posted on January 29, 2022August 14, 2022 by user

The moment you realize there is an infinite loop between an S3 Bucket and a Lambda function updating each other is not pleasant – first thing to do – Throttle the Lambda.

Read more
serverless mobile push notifications with firebase lambda and python using cloudformation

How to integrate Lambda with Firebase to send push notifications using Python

Posted on January 20, 2022August 14, 2022 by user

How to use the Google firebase-admin python sdk with AWS Lambda to build a serverless component for mobile push notifications.

Read more
aws rekognition based serverless image detection with s3 and lambda in python using cloudformation

Moderating images uploaded to S3 with AWS Rekognition using Python and Lambda

Posted on January 16, 2022August 14, 2022 by user

How to automatically scan images uploaded to s3 for moderating content using AWS Rekognition, coded serverlessly with Python and Lambda.

Read more
aws sam python lambda cloudformation

How to build and deploy a Python Lambda with boto3 Cloudformation and AWS SAM

Posted on December 20, 2021August 14, 2022 by user

Setting up a serverless cloudformation project to build and deploy a Python Lambda that uses boto3 using the AWS SAM CLI.

Read more
lambda cloudformation

Update Lambdas to run on Amazons new ARM based Graviton2 processors easily using Cloudformation

Posted on December 13, 2021August 14, 2022 by user

Updating the cloudformation globals to set the new arm architecture and easily achieving the cost performance benefits of the Graviton2 processor for all Lambdas in a stack.

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