DynamoDB_EN– tag –
-
AWS_EN
How to Save MQTT Messages to DynamoDB Using AWS IoT Rules
【How to Save MQTT Messages to DynamoDB Using AWS IoT Rules】 In this article, we will explore how to use AWS IoT Rules to save the content of MQTT messages to DynamoDB. The DynamoDB (dynamoDB) action writes all or part of an MQTT messag... -
DVA_EN
Create Web app using DynamoDB with ECS (Fargate)
【Create Web app using DynamoDB with ECS (Fargate)】 The following page shows how to attach an ECS (Fargate) in a private subnet to an ALB. https://awstut.com/en/2022/01/29/attach-fargate-in-private-subnet-to-elb-2 In the above page, we ... -
SAA_EN
Two ways to access DynamoDB from private subnets
【Two ways to access DynamoDB from private subnets】 There are two ways to access DynamoDB from an EC2 instance in private subnets. NAT Gateway VPC Endpoint (Gateway type) This page will review how to access DynamoDB tables via the above... -
DVA_EN
Storing session data from web apps created with API Gateway and Lambda in DynamoDB
【Storing session data from web apps created with API Gateway and Lambda in DynamoDB】 This is one of the topics of the AWS DBA, which is related to development with AWS services. Think about how to handle session information in web apps... -
AWS_EN
Enable DynamoDB expiration time (TTL) using CFN
【Enable DynamoDB expiration time (TTL) using CloudFormation】 One of the features of DynamoDB is TTL. Amazon DynamoDB Time to Live (TTL) allows you to define a per-item timestamp to determine when an item is no longer needed. Shortly af... -
SAA_EN
Accessing DynamoDB Accelerator (DAX) with EC2/Lambda
【Accessing DynamoDB Accelerator (DAX) with EC2/Lambda】 This is one of the AWS SAA topics related to designing a high-performance architecture. DynamoDB Accelerator (DAX) is a caching service for DynamoDB. Amazon DynamoDB Accelerator (D... -
AWS_EN
Initial setup of DynamoDB with CFN custom resources
【Perform initial setup of DynamoDB with CloudFormation custom resources】 When creating DynamoDB with CloudFormation, we will consider adding test records as part of the DB initialization. In this case, we will use a CloudFormation cust... -
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
Serverless App using DynamoDB built with SAM
【Building Serverless Apps using DynamoDB built with SAM】 This course is about deployment, which is one of the topics covered by AWS DVA.Find out how to create a serverless app using AWS SAM (Serverless Application Model). The following... -
DVA_EN
Introduction 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...
1