About 9,470,000 results
Open links in new tab
  1. Float types are not supported. Use Decimal types instead

    Dec 14, 2021 · I'm using Python 3.7 to store data in a DynamoDB database and encountering the following error message when I try and write an item to the database: Float types are not supported.

  2. How can I join tables in AWS DynamoDB? - Stack Overflow

    Feb 15, 2023 · I know the whole design should be based on natural aggregates (documents), however, I'm thinking to implement a separate table for localisations (lang, key, text) and then use keys in …

  3. Is it possible to ORDER results with query or scan in DynamoDB?

    Mar 25, 2024 · Is it possible to ORDER results with Query or Scan API in DynamoDB? I need to know if DynamoDB has something like ORDER BY 'field' from SQL queries? Thanks.

  4. Dynamodb scan in sorted order - Stack Overflow

    Feb 15, 2014 · 13 As of now the dynamoDB scan cannot return you sorted results. You need to use a query with a new global secondary index (GSI) with a hashkey and range field. The trick is to use a …

  5. DynamoDB put-item ConditionalCheckFailedException

    Aug 3, 2016 · DynamoDB put-item ConditionalCheckFailedException Asked 9 years, 4 months ago Modified 1 year, 6 months ago Viewed 127k times

  6. How can I import bulk data from a CSV file into DynamoDB?

    In which language do you want to import the data? I just wrote a function in Node.js that can import a CSV file into a DynamoDB table. It first parses the whole CSV into an array, splits array into (25) …

  7. python - DynamodDB: How to update sort key? - Stack Overflow

    Apr 2, 2019 · According to DynamoDB/AttributeValueUpdate aws docs: You cannot use UpdateItem to update any primary key attributes. Instead, you will need to delete the item, and then use PutItem to …

  8. How to use “IN” statement in FilterExpression using array - dynamodb

    Oct 27, 2016 · How to use “IN” statement in FilterExpression using array - dynamodb Asked 9 years, 1 month ago Modified 1 year, 11 months ago Viewed 63k times

  9. What is Hash and Range Primary Key? - Stack Overflow

    Dec 6, 2014 · DynamoDB builds an unordered hash index on the hash attribute and a sorted range index on the range attribute. This means that every row's primary key is the combination of the hash …

  10. How to Add a Column in DynamoDB - Stack Overflow

    Open Dynamodb and click on the tables option in the left sidebar menu. Search your table by name and click on your table Now select the orange button named Explore table items Scroll down and Click on …