Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaccharles/sqs-overpull-reproduction
https://github.com/zaccharles/sqs-overpull-reproduction
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zaccharles/sqs-overpull-reproduction
- Owner: zaccharles
- License: gpl-3.0
- Created: 2019-06-08T22:23:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:48:54.000Z (about 2 years ago)
- Last Synced: 2024-12-06T22:42:31.277Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 328 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Code to reproduce the issue described here: https://medium.com/@zaccharles/eb23d90122e0
Further blog post about the issue, specifically reproduction here: https://medium.com/@zaccharles/f4c09d384a18
```bash
> npm install
> serverless deploy
> serverless info --verbose
```Copy Queue URL from output to line 14 of `test.js`.
```bash
> node test.js
```