Skip to content

Commit

Permalink
Add binaryMediaTypes to serverless example
Browse files Browse the repository at this point in the history
  • Loading branch information
harmenjanssen committed Aug 28, 2024
1 parent 6bc14a2 commit 4307195
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions serverless.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ provider:
versionFunctions: false
deploymentBucket:
name: serverless.deployments.grrr
# Enable these lines when using ApiGateway:
# apiGateway:
# binaryMediaTypes:
# - "*/*"
environment:
BUCKET: ${param:bucket}
IMAGE_QUALITY: ${param:image_quality}
Expand Down

0 comments on commit 4307195

Please sign in to comment.