aws / aws/aws-lambda-go

Cannot handle XLS/XSLX files using API Gateway requests

Open
#367 0 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Go
Stars
3.8k
Forks
578
Avg merge
8h 18m
Merged PRs (30d)
1

Description

First of all, I am very new to **AWS Lambda/Serverless** and **AWS API GW** so I am trying to develop a simple handler func which can be invoked using POSTMAN and can POST a XLS file on my local using **AWS SAM**

My handler is of the below signature:
```
func Handler(request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) {
```
It can decipher a CSV file but can't fro XLS file for which the `request.Body` is null.

May I know what's the problem?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.