lifadev / archive_aws-lambda-go-shim

Author your AWS Lambda functions in Go, effectively.

Home Page:https://github.com/eawsy/aws-lambda-go-shim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Gateway integration - 5xx Error

iNDicat0r opened this issue · comments

I have managed to deploy the hello world example. However i would like to integrate the lambda with API Gateway. I have created my API gateway method and choose the golang lambda function but i get "message": "Internal server error" when i call the http endpoint from postman.

@iNDicat0r have you tried the integrated solution we provide (https://github.com/eawsy/aws-lambda-go-net) for API Gateway using this shim?

Thanks I wasn't aware of this(Needs proper documentation). A quick question, why is the handlers size that big ?

Because of golang/go#17150 😄