Tracked
- NPM Downloads Last Month
- 160415
- Issues
- 0
- Stars
- 0
- Forks
- 0
- Watchers
- 0
This Serverless plugin automates the process of adding binary files support in API Gateway.
npm install --save-dev serverless-apigw-binary
serverless.yml:
plugins:
- serverless-apigw-binary
custom:
apigwBinary:
types: #list of mime-types
- 'image/jpeg'
- 'text/html'
serverless deploy # Plugin runs within serverless deploy hook
Something missing? More documentation? All PRs welcome at https://github.com/maciejtreder/serverless-apigw-binary