ngx-serverless-starter
ngx-serverless-starter copied to clipboard
Disable base64 encoding
Resolves #8
- Disables base64 encoding of response from Lambda.
- Sets
Content-Type
header of response totext/html
More information: https://stackoverflow.com/a/70907653/17896613