Posts tagged "dynamodb"
3 articles covering dynamodb — browse the collection below.
DynamoDB
Importing DynamoDB Items from a CSV File Using the AWS CLI
Import CSV data into an existing DynamoDB table using the AWS CLI and a simple bash script — no complex tooling like Glue required. Covers aws cli dynamodb put-item for each CSV row.
Read more
Testcontainers
Using DynamoDB Local and Testcontainers in Java within Bitbucket Pipelines
Automate DynamoDB testing with Testcontainers and DynamoDB Local in Bitbucket Pipelines. Complete setup guide including Ryuk configuration and AWS SDK settings.
Read more
AWS Lambda
AWS Lambda Cache: Caching Strategies for Serverless Functions
Implement an AWS Lambda cache to improve performance and reduce costs. Compare in-memory caching, DynamoDB cache, Redis, and ElastiCache - and learn which Lambda caching strategy fits your use case.
Read more