-
AWS_EN
AppSync – Data Source: Lambda
【Configuring Lambda 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 Lambda as the data... -
AWS_EN
Introduction to CloudFormation Custom Resources
【Configuration to check behavior of CloudFormation Custom resources】 One of the features of CloudFormation is custom resources. Custom resources enable you to write custom provisioning logic in templates that AWS CloudFormation runs an... -
AWS_EN
Introduction to OpenSearch with CFN
【Configuration Getting Started with OpenSearch using CloudFormation】 OpenSearch is a search and analysis suite forked from Elasticsearch.In this introduction, we will build a basic OpenSearch environment using CloudFormation. 【Environ... -
AWS_EN
Introduction to AppSync with CFN – Data Source: DynamoDB
【Building AppSync Environment with CloudFormation】 AppSync is one of the managed services provided by AWS that allows you to easily build GraphQL APIs. This page is an introduction to AppSync, so we will build a basic AppSync environme... -
DVA_EN
Connect to RDS outside of Lambda handler method to improve performance
【Connecting to RDS inside and outside of Lambda function handler methods to measure performance】 This section is about refactoring, which is the scope of the AWS DBA. One of the best practices for connecting to RDS from a Lambda functi... -
AWS_EN
Two Authentication Methods for RDS Proxy – Password / IAM
【Two Authentication Methods for RDS Proxy】 The following page shows how to access RDS from Lambda through RDS Proxy. https://awstut.com/en/2022/04/23/connect-to-rds-from-lambda-in-vpc-via-rds-proxy-en In the above page, we chose passwo... -
AWS_EN
Create Lambda layer using CFN
【Creating Lambda Layer using CloudFormation】 This page reviews how to create a Lambda layer in CloudFormation. Lambda layers provide a convenient way to package libraries and other dependencies that you can use with your Lambda functio... -
AWS_EN
Lambda Function URL by CFN – Auth Type: NONE
【Creating Lambda Function URL by CloudFormation (NONE version)】 Lambda Function URL was released on April 22, 2022. AWS Lambda is announcing Lambda Function URLs, a new feature that makes it easier to invoke functions through an HTTPS ... -
AWS_EN
Connect to RDS from Lambda in VPC via RDS Proxy
【Connect to RDS from Lambda in VPC via RDS Proxy】 Consider a configuration where Lambda is deployed in a VPC and connects to RDS.When accessing RDS from Lambda, it is best practice to connect via RDS Proxy rather than directly. Many ap... -
SAA_EN
CloudFront Geographic Restriction
【CloudFront Geographic Restriction】 This page is also one of the AWS SAA's topics on designing secure applications and architectures. We will review one of CloudFront's features, geo-restriction. If you need to prevent users in specifi...