dynamodb-recursive

Easy to use package to recursively scan AWS DynamoDb table using Document Client. Interchangable with aws-sdk's docClient.scan().

Usage no npm install needed!

<script type="module">
  import dynamodbRecursive from 'https://cdn.skypack.dev/dynamodb-recursive';
</script>

README

dynamodb-recursive

Easy to use package to recursively scan AWS DynamoDb table using Document Client. Interchangable with aws-sdk's docClient.scan().

Make sure to AWS.config.update({ region: });