sladg / nextjs-lambda

Lambda deployments for Nextjs12 & Nextjs13 (standalone). Easy CLI commands to get your standalone Next output to run in AWS Lambda (not @Edge)! Uses CDK in behind and produces code zips importable to Terraform, Serverless, Azure, etc.
MIT License
169 stars 19 forks source link

#56 Allow an API route to return binary data #57

Closed john-tipper closed 1 year ago

john-tipper commented 1 year ago

Does not hard-code the response of the server lambda as being non-binary. See #56 for discussion.