serverless-apigw-binary icon indicating copy to clipboard operation
serverless-apigw-binary copied to clipboard

Serverless plugin for binary files support in AWS Gateway

Results 17 serverless-apigw-binary issues
Sort by recently updated
recently updated
newest added

hello, i get the following error during sls deploy: ``` ... layers: None Serverless: [AWS cloudformation 200 0.104s 0 retries] describeStacks({ StackName: 'xxx-home-dev' }) Type Error --------------------------------------------- Cannot read property...

When changing the binary media types, the old media types still exist in the list of media types. I guess that's because we're merging the types instead of overwriting it....

I have a serverless app which uploads files to s3 (via POST request) and serves them (via GET request) In order to upload an image the POST endpoint takes a...

I created an API Gateway. Then I shared that API Gateway in many serverless projects. The serverelss projects which use serverless-apigw-binary plugin, renamed the name of shared api gateway. I've...

When trying to get PDF, the PDF is coming blank. Tried adding 'application/pdf' in the list of mime types. Any thoughts? Html and CSS and images can be served.

The function ([`getApiId`](https://github.com/maciejtreder/serverless-apigw-binary/blob/01c11736ab342775da48988497b15f9dc6beee66/src/index.js#L18)) assumes that there exists some [`Output`](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Output.html) in every `Stack` with an `OutputKey` that matches `'ServiceEndpoint'`, but this is not always the case. (See #49, #50, #51.) This...

The plugin successfully updates the API Gateway's binary support types, but when I try to serve PNG files from `aws-serverless-express` I'm still getting base64 encoded data returned from: ~~~~ app.use('/static',...

### Description I have a Serverless GraphQL endpoint using `apollo-server-lambda` and I'm trying to add a serverless route that returns a PDF. For that, I think I need to define...

I am uploading jpeg files from front end (Angular) using form-data to S3 via AWS Lambda. I have installed this plugin and in my serverless.yml have included the configuration as...

I lose several time because images upload from form with multipart/form-data type. if you coment this on docs can be live saver for other people. You plugin works perfect