Questions tagged with Amazon DynamoDB

Content language: English

Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

I have to convert a pipeline to step function and I have this step which loads a dynamo db table with data from S3. I am not sure how to convert this to step function. Below is the step. Any idea how...
1
answers
0
votes
21
views
asked a day ago
I was following a tutorial, where at the start, we setup a local dynamodb in a pretty standard way. That worked fine, but when it came time to use the local DDB, i noticed that it was reachable but...
1
answers
0
votes
24
views
Nick
asked a day ago
#Part of Glue Job code - that is writing dataframe into Dynamo table # Write df_dyn_target_1 into Dynamo database glueContext.**write_dynamic_frame_from_options**( ...
1
answers
0
votes
18
views
asked 2 days ago
Several issues: 1. AWS Auto-generates code that lists the struct type as an "Object" which fails: ChangeSchema_node1685651062990 = ApplyMapping.apply( frame=AWSGlueDataCatalog_node1685651050820, ...
1
answers
0
votes
18
views
asked 2 days ago
Lambda function code to write an item to DynamoDB Table named ‘weather’ // es6 syntax for including modules import * as fs from 'fs'; // es6 syntax for including modules import...
3
answers
0
votes
18
views
profile picture
asked 3 days ago
Does anyone else experience the same issue: We have a number of DynamoDB tables, all of which are working through the API. The UI of AWS Console does not load data. When I navigate to DynamoDB >...
3
answers
0
votes
27
views
asked 3 days ago
Hi How do I configure strongly consistent read in DynamoDB? I can't find where to set strongly consistent and eventually consistent reads Thank you
Accepted AnswerAmazon DynamoDB
2
answers
0
votes
15
views
Aman
asked 4 days ago
Hello! When setting some tests to run against a jar, I came across a data visibility problem I don't really understand. The jar I have can be configured with the port of a local-dynamo to use, as...
1
answers
0
votes
20
views
asked 4 days ago
Hi, we have a use case that a user can upload multiple files on S3 and we don't know how many will be uploaded and neither we can have an event of finish upload but we want to process at batch of 5...
1
answers
0
votes
43
views
Paolo
asked 4 days ago
I am creating a few global tables in dynamodb (from CDK). After creating some tables without problems, one of the table was created on the main region and got stuck in "updating" while a replica...
4
answers
0
votes
24
views
asked 5 days ago
When I read DynamoDB developer guide, in page 572, there is a paragraph said "The maximum size of any item collection for a table which has one or more local secondary indexes is 10 GB. This does not...
Accepted AnswerAmazon DynamoDB
2
answers
0
votes
31
views
asked 5 days ago
I am using the AWS .Net SDK to access DynamoDB in my alexa lambda function. Frequently, (about an hour every day), I get a query timed out error. This is a query that runs every minute from...
1
answers
0
votes
15
views
asked 8 days ago