The Lambda Blog

Serverless Cloud Guide

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

Category: Projects

A selection of functional implementations demonstrating the power of serverless architectures.

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
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
implementing a lazy user migration lambda for an aws cognito user pool

Implementing a Lazy User Migration Lambda for an AWS Cognito User Pool

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

How to seamlessly migrate existing users logging into a Cognito User Pool for the first time by authenticating them against the old system using a Migrate User Lambda Trigger.

Read more
sending cross account messages with aws eventbridge

Sending Cross Account Messages with AWS EventBridge

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

How to configure EventBridge to accept messages from a different Amazon Web Services account and use it for cross account messaging by defining an IAM Event Bus Policy using cloudformation.

Read more
simulating an order fulfillment system with aws eventbridge and lambdas

Simulating an Order Fulfillment System with AWS EventBridge and Lambdas

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

Demonstrating how EventBridge can be used to architect an event driven serverless order fulfillment system with different components of the workflow getting triggered by completion of actions.

Read more
serverless eventbridge linked system to send emails texts and push notifications using python lambda and cloudformation

Serverless EventBridge linked system to send emails, texts and push notifications using Python Lambda and Cloudformation

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

How to use AWS EventBridge with Python, Lambda and Cloudformation to build a serverless event based system to send emails, texts and push notifications based on an event type.

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
appsync twilio sms

Serverless SMS Texting with Twilio, AWS AppSync, Amplify and Cloudformation – Complete with Real Time Status Notifications

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

Integrating an AWS AppSync based serverless application with Twilio to send sms texts and provide real time delivery notifications to clients. Defining the backend with Cloudformation and using AWS Amplify on the client.

Read more
serverless email system

Serverless Email System – Cloudformation stack using AWS SES, Lambda, API Gateway and Dynamodb

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

Building a fully serverless email system cloudformation stack using AWS Simple Email Service (SES), Lambda, API Gateway and Dynamodb with delivery notifications via a Firehose stream.

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