Questions tagged with Amazon DynamoDB
Content language: English
Sort by most recent
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...
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...
#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**(
...
Several issues:
1. AWS Auto-generates code that lists the struct type as an "Object" which fails:
ChangeSchema_node1685651062990 = ApplyMapping.apply(
frame=AWSGlueDataCatalog_node1685651050820,
...
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...
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 >...
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
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...
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...
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...
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...
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...