Skip to content
#

dynamodb

Here are 1,381 public repositories matching this topic...

kennovation1
kennovation1 commented Aug 17, 2019

The limit parameter for the scan method is defined as:

limit – Used to limit the number of results returned

However, this is not really what limit does. The Boto3 doc for limit in part reads:

Limit (integer) -- The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results,

kvr2277
kvr2277 commented Aug 25, 2019

Is there anyway to specify log group name to be AppSync's api name instead of API ID. I see this code is used to fetch the loggroupname

LogGroupName: { 'Fn::Join': ['/', ['/aws/appsync/apis', { 'Fn::GetAtt': [logicalIdGraphQLApi, 'ApiId'] }]] },

is there a way to make this API name instead. In cloudwatch - pointing at correct appsync loggroup becomes little difficult as we have to know s

tbls
mjpieters
mjpieters commented Apr 22, 2020

Currently, the README.md file lists all tables with their full table comment.

I'm putting a lot of info in some of my table descriptions, including SQL code blocks. These render rather badly in the comment column of the central Tables table, which treats markdown just a little different.

Perhaps the Tables table should only use the first paragraph of each table description.

E.g.

glicht
glicht commented Sep 23, 2017

In the documentation (at -dbPath option) it states that the current working directory of dynamo-local is:

<project root>/node_modules/serverless-dynamodb-local/dynamodb

In my env I see that the directory is:

<project root>/node_modules/dynamodb-localhost/dynamodb/bin

I am not sure if this is something local to my env (I am running on Windows) or an error in the documentation. Migh

jogee
jogee commented Sep 24, 2019

Would it make sense to update the 'joi' dependency to use '@hapi/joi' instead which is forked from the original project. The former also depends on older versions of hoek/topo.

If you guys think it's a good idea I can try to submit a pull request.

rbethel
rbethel commented Apr 29, 2020

Great job on the toolbox. I appreciate it.

It was a little unclear from the documentation what the difference between alias and map is. I figured it out by looking into the source, but a little clarification would probably help others.

I was trying to use the map property as a way to translate a string in the DB table to an object output. org:{id:1234} into orgId:1234 in the db table an

omarsotillo
omarsotillo commented Apr 30, 2020

Hi! 👋

On the documentation it states the following:

Contrary to what you'd expect, association information is always contained on the object specifying the association, even if it seems like the association has a foreign key. This is a side effect of DynamoDB's structure: it's very difficult to find foreign keys without an index. Usually you won't find this to be a problem, but it does me

Improve this page

Add a description, image, and links to the dynamodb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dynamodb topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.