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
- Host: GitHub
- URL: https://github.com/tom-sherman/dynamodbdocumentclient-circular-reference-bug
- Owner: tom-sherman
- Created: 2022-12-14T10:49:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T09:59:11.000Z (over 1 year ago)
- Last Synced: 2025-02-05T01:41:50.735Z (4 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.