Cole Siegel
Cole Siegel
When using FormData to upload file content via Axios POST I am receiving error `ERR_FR_MAX_BODY_LENGTH_EXCEEDED` when uploading a file larger than 5MB, despite having limits set to `Infinity` In addition...
Hi, I'm trying to use FormData to POST a file using `multipart/form-data` I noticed for very small files this works no problem but as soon as the length gets above...
Hi I'd like to use the plugin but the links in the documentation are not working: ``` [ElasticMQ](https://github.com/adamw/elasticmq) is a standalone in-memory queue system, which implements AWS SQS compatible interface....
Hi, I would like to locally test some code that utilizes these features: https://aws.amazon.com/blogs/aws/new-additional-checksum-algorithms-for-amazon-s3/ https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html However it seems like the checksum information (e.g. SHA-256) is not stored anywhere with s3rver...
I'm running macOS `13.2.1` and I'm trying to install `asdf-erlang`. I ran all the commands in https://github.com/asdf-vm/asdf-erlang?tab=readme-ov-file#osx followed by `asdf install erlang 26.0.2`, but the installation log indicates that `odbc`...
I'd like to set up my environment variables based on the current `stage`. I initially tried to do this by referencing `${opt:stage}` directly in the `serverless.ts` file, but I found...
Hi, Are [subscription filter policies](https://docs.aws.amazon.com/sns/latest/dg/sns-subscription-filter-policies.html) supported by this plugin? I see [some reference to FilterPolicy in the codebase](https://github.com/mj1618/serverless-offline-sns/blob/main/src/sns-server.ts#L203-L223) but it is not documented in the README. Is it possible to...