andreme

Results 3 issues of andreme

aws-sdk sends requests as `'content-type': 'binary/octet-stream'`, which watch doesn't support. Would you accept a PR that uses raw-body to handle those requests? ```js await lambdaLocal.execute({ event: JSON.parse((await getRawBody(ctx.req)).toString()), lambdaPath: '...',...

### What version were you using? 2.10.2 ### What environment was the server running in? Kubernetes, default configuration from the NATS helm chart, updated to use `2.10.2-alpine` with cluster (3...

defect

**🐞 Describe the bug** When uploading large files (larger than the available memory), the upload fails. In our case, the pod running in Kubernetes is OOM killed. https://github.com/BetaHuhn/spaces-cli/blob/cbd7ba2f8143a24c8b68f4046460baa8ce652d77/src/Interface.js#L25 **💡 Expected...

bug