An open API service indexing awesome lists of open source software.

https://github.com/tom-sherman/dynamodbdocumentclient-circular-reference-bug


https://github.com/tom-sherman/dynamodbdocumentclient-circular-reference-bug

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Steps to reproduce

1. `pnpm i` to install dependencies
2. Run a dynamodb instance locally on port 8000, a docker compose file is provided in the repo.
3. `node main.js`

## Expected

`{"a": "a"}` is put into the table (because we override toJSON to return such an object)

## Actual

Throws maximum call stack size exceeded error.