Skip to content

Instantly share code, notes, and snippets.

@MichaelMarner
Last active November 3, 2017 03:08
Show Gist options
  • Save MichaelMarner/13ca9b9a7913499f5229df6ecb31ab90 to your computer and use it in GitHub Desktop.
Save MichaelMarner/13ca9b9a7913499f5229df6ecb31ab90 to your computer and use it in GitHub Desktop.
service: image-resizer
plugins:
- serverless-apigw-binary
- serverless-apigwy-binary
custom:
apigwBinary:
types:
- 'image/jpeg'
provider:
name: aws
runtime: nodejs6.10
functions:
resize:
handler: lib/resize
events:
- http:
method: get
path: resize
contentHandling: CONVERT_TO_BINARY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment