aws-samples / aws-lambda-extensions

A collection of sample extensions to help you get started with AWS Lambda Extensions
MIT No Attribution
446 stars 146 forks source link

fix: added additional go build flags to solve fork/exec no such file … #9

Closed janritter closed 3 years ago

janritter commented 3 years ago

…or directory error

Description of changes: Added additional go build flags to solve the following error when executing the lambda function: Error: fork/exec /opt/extensions/go-example-extension: no such file or directory

Issue in another project describing the problem / solution: https://github.com/serverless/serverless/issues/4710

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

janritter commented 3 years ago

Hi, is something missing to merge this PR?

janritter commented 3 years ago

@julianwood