awslabs / aws-lambda-go-api-proxy

lambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway.
Apache License 2.0
1.09k stars 200 forks source link

support provided.al2 build? #200

Open pohika opened 6 months ago

pohika commented 6 months ago

Does this support building with the provided.al2 runtime? Using ginadapter, I got an error when running sam build:

Builder Failed: stat /tmp/samcli/source/boostrap: directory not found

If I run it with a normal APIGatewayProxyResponse, the build succeeds."