Knowledge Center Monthly Newsletter - June 2025
Stay up to date with the latest from the Knowledge Center. See all new Knowledge Center articles published in the last month, and re:Post's top contributors.
All Content tagged with Amazon DynamoDB
Fast, flexible NoSQL database service for single-digit millisecond performance at any scale
Content language: English
Select tags to filter
Sort by most recent
1159 results
I'm trying to export a DynamoDB table (in account A) to an S3 bucket (in account B).
I have changed the S3 policy (in account A) to accept uploads from my account B IAM role. When I try and run an e...
2
answers
0
votes
36
views
asked 4 days ago
Does AWS offer Contact Center as a flat-price service—similar to the traditional models that customers are used to?
I understand this does not align with the principles of a typical cloud model, but ...
1
answers
0
votes
48
views
asked 5 days ago
I'm using Amazon DynamoDB and trying to store images encoded in Base64 format in a string attribute. I ran into a limitation where I can’t tell exactly when the size is exceeded.
**What is the maximu...
1
answers
0
votes
37
views
asked 5 days ago
Hello,
Trivial but annoying:
For many months, I could click column headers in the DynamoDB console after running a Scan and sort the data. This stopped working yesterday, even though the arrow icons a...
1
answers
0
votes
35
views
asked 8 days ago
We have a DynamoDB table which has an attribute named `CustomAttributes` of [data type](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.NamingRulesDataTypes.html#HowItWorks...
1
answers
0
votes
37
views
asked 8 days ago
I’ve built an app that retrieves data from a DynamoDB table using AWS Amplify. Initially, I inserted a small number of Project records (~15) using the DynamoDB console ("Create item" + JSON input), an...
1
answers
0
votes
16
views
asked 8 days ago
Hi I am confused about what consistency level that dynamoDB backups can provide.
In https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/CreateBackup.html, it says "DynamoDB backups do no...
2
answers
0
votes
47
views
asked 12 days ago
I created a DynamoDB table by default to test the public access to it.
No resource-based policy for table by default.
Am I supposed to be able to list that table ?
I tested it and I could. Is that s...
2
answers
0
votes
40
views
asked 13 days ago
While using AWS AppSync to query DynamoDB with BatchGetItem, I encountered an inconsistency in how AppSync handles data source mapping. Unlike GetItem, which works correctly with the AppSync data sour...
1
answers
0
votes
28
views
asked 14 days ago
I'm using NoSQL Workbench with DynamoDB Local on MacOS. I created a model with 8 entities (tables) and I used "Commit to Amazon DynamoDB", selected my local connection, checked the Overwrite option, t...
1
answers
0
votes
30
views
asked 17 days ago
LianEXPERT
published 19 days ago2 votes191 views
In additional to https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/RedshiftforDynamoDB-zero-etl.html, this article provide a step-by-step guide on creating a cross account DynamoDB zero...
I am implementing a solution in AWS CDK to conditionally create a DynamoDB table only if it does not already exist. Below is the code snippet I am using:
Issue:
If the table exists, tableExistenceChe...
1
answers
0
votes
58
views
asked 22 days ago