February 2022– date –
-
DVA_ENIntroduction to DynamoDB – Building DB for Review Data
【Building Simple DB for Review Data with DynamoDB】 This is one of the AWS DVA topics related to development with AWS services.As an introduction to DynamoDB, we will create a simple database.We will design the database assuming it is f... -
SAA_ENData Linkage between Fargate Containers Using SQS
【Configuration of data linkage between Fargate containers using SQS】 This is related to high elasticity, which is one of the questions in the AWS SAA, and using SQS allows Fargate containers to work together while keeping the coupling ... -
AWS_ENIntroduction to SQS Data Linkage between Lambdas
【Configuring Data Linkage between Lambda using SQS】 By using SQS, you can link resources while keeping the coupling sparse. In this article, we will use SQS to link data between three Lambda functions and check the behavior of SQS. 【E... -
AWS_EN3 parterns to create Lambda with CloudFormation (S3/Inline/Container)
【Creating Lambda with CloudFormation】 When creating a Lambda with CloudFormation, there are three main patterns as follows. Uploading the code to an S3 bucket Writing the code inline Preparing a container image In this article, we will...
12