Lambda_EN– tag –
-
Subscription filter to extract errors in Fargate container logs and notify by email
【Use CloudWatch Logs subscription filter to extract errors from Fargate container logs and notify by email】 One of the features of CloudWatch Logs is the subscription filter.By using the subscription filter, you can extract logs delive... -
Introduction to SNS with CFN – email version
【Introduction to SNS with CFN - email version】 AWS SNS is a messaging service. In this introductory article, we will show you how to specify Email as the notification destination. 【Environment】 We will create two types of resources. ... -
Introduction to ElastiCache with CFN – Redis(Cluster Disabled)
【Introduction to ElastiCache (Redis Cluster Disabled) with CloudFormation】 ElastiCache is an in-memory caching service provided by AWS. In this introduction, we will create ElastiCache for Redis (cluster disabled). 【Environment】 We w... -
Preparing Lambda Layer Package with CFN Custom Resources – Python Version
【Automatically create and deploy Lambda layer package for Python using CloudFormation custom resources】 The following page covers how to create a Lambda layer. https://awstut.com/en/2022/04/29/create-lambda-layers-using-cloudformation-... -
Initialize RDS DB with CFN Custom Resource
【Performing RDS DB initialization with CloudFormation Custom Resource】 When creating an RDS resource with CloudFormation, we also want to initialize the DB (create DBs and tables, add test records, etc.).In this case, we will initializ... -
AppSync – Data Source: RDS(Aurora Serverless)
【Setting up RDS(Aurora Serverless) as Data Source for AppSync】 AppSync allows you to select a data source from the following services Lambda DynamoDB OpenSearch None HTTP endpoint RDS This time we will check the configuration with RDS ... -
Initialize DB on Aurora Serverless with Data API enabled using CFN Custom Resource
【Initializing Aurora Serverless DB with Data API enabled with CloudFormation custom resource】 The following page shows how to enable the Data API for Aurora Serverless and connect to Aurora Server using the API. https://awstut.com/en/2... -
Connect Aurora Serverless from EC2/Lambda using Data API
【Enabling Aurora Serverless Data API and connecting from EC2 (AWS CLI) and Lambda (Boto3)】 The following pages cover the basics of Aurora Serverless. https://awstut.com/en/2022/07/02/aurora-serverless-with-cfn-en One of the features of... -
Introduction to Step Functions with CFN
【Introduction to Step Functions with CloudFormation】 This course is about refactoring, which is the scope of AWS DVA. Step Functions is a serverless orchestration service. In this introduction to Step Functions, we will create a simple... -
AppSync – DataSource: OpenSearch
【Setting up OpenSearch as DataSource for AppSync】 AppSync allows you to select a data source from the following services Lambda DynamoDB OpenSearch None HTTP endpoint RDS This time, we will check the configuration with Lambda as the da...