안녕하세요, 임채정입니다. DynamoDB는 AWS의 대표적인 데이터베이스 서비스입니다. DynamoDB는 NoSQL 데이터베이스인데 저는 SQL 데이터베이스만 사용했었기 때문에 익숙하지 않아서 이 […]
Adding additional records to DynamoDB table using AWS AppSync
AWS AppSync It is a managed GraphQL service that eases app development which lets users create a flexible API […]
Querying AWS DynamoDB table in AWS AppSync Console
AWS AppSync It is a managed GraphQL service that eases app development which lets users create a flexible API […]
【小ネタ】DynamoDB の設定項目、消費キャパシティユニットや請求がどのように表示されるのか確かめてみた
API Gateway, Lambda, DynamoDB 環境を構築し、テーブルへの書き込みを4回行います。 その後、CloudWatchメトリクスや請求がどのような表記になっているか確かめてみます。 テーブル作成時、 […]
[Amazon DynamoDB] 各種データ更新操作(putItem、updateItem)による変更データキャプチャのストリームデータの違いを確認してみた
こんにちは、CX事業本部 IoT事業部の若槻です。 今回は、Amazon DynamoDBでの各種データ更新操作(putItem、updateItem)による変更データキャプチャのストリームデータの違いを確認してみました […]…
【小ネタ】 CloudWatch で DynamoDB/API Gateway メトリクスを確認
CloudWatch で DynamoDB と API Gateway のメトリクスを確認してみます。 ミニマムで環境を構築し、動作の確認/理解することが目的です。 HTTP/REST APIチュートリアルを利用して環境 […]
[レポート] 用途に合わせたデータベースを使って.NETアプリケーションをモダナイズする #XNT304 #reinvent
いわさです。 AWS re:Invent 2021で行われた、「Modernizing .NET applications with purpose-built databases」のセッションレポートです。 この記事で […]
DynamoDBテーブルの 低頻度アクセス (Standard-Infrequent Access) を試してみた (CloudFormation & マネジメントコンソール) #reinvent
DynamoDBテーブルに「低頻度アクセス時のコスト改善」を目的としたテーブルクラスが追加されました。 本記事では、実際に試してみました。 おすすめの方 DynamoDBテーブルの Standard-Infrequent […]…
New DynamoDB Table Class – Save Up To 60% in Your DynamoDB Costs
Today we are announcing Amazon DynamoDB Standard-Infrequent Access (DynamoDB Standard-IA). A new table class for DynamoDB that reduces storage costs by 60 percent compared to existing DynamoDB Standard tables, and that delivers the same performance, durability, and scaling. Nowadays, many customers are moving their infrequently accessed data between DynamoDB and Amazon Simple Storage Service (Amazon […]
Creating JSON Formatted Data File using DynamoDB and VI editor
DynamoDB An Amazon AWS Web Services database that is fully managed, serverless, key-value NoSQL database, has […]