serverless / examples

Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
https://www.serverless.com/examples/
Other
11.45k stars 4.47k forks source link

fix golang http-get-post sample #708

Closed ArnisLielturks closed 2 years ago

ArnisLielturks commented 2 years ago

Golang http-get-post sample contained invalid servlerless.yml configuration which caused lambda function to fail due to missing handler binary.

mnapoli commented 2 years ago

Thanks!