The Lambda Blog

Serverless Cloud Guide

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

Category: CloudFormation

CloudFormation is a solution for implementing and managing Infrastructure-as-Code definitions for your AWS Cloud Environments.

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
create and reference ssm parameter store variables in cloudformation stacks and lambdas

Create and reference SSM Parameter Store variables in Cloudformation Stacks and Lambdas

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

How to make use of the AWS Systems Manager Parameter Store as a repository for configuration data and how to reference the store in Cloudformation Stacks or in Lambda code.

Read more
cloudwatch cloudformation lambda

Creating CloudWatch Log Groups for Lambdas in Cloudformation and the simple reason why

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

CloudWatch Log Groups are often overlooked in Cloudformation yamls because AWS creates it automatically. However, there is a simple reason to not ignore it.

Read more
aws sam cloudformation

How to Deploy a Cloudformation Template with AWS SAM

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

Setting up a serverless cloudformation project that can be configured to be deployed to any AWS account or region with the AWS SAM CLI.

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