aws-samples / aws-lambda-extensions

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

Part of the README for go-example-telemetry-api-extension is called go-example-logs-api-extension. #99

Open lorentzca opened 5 months ago

lorentzca commented 5 months ago

The following part. https://github.com/aws-samples/aws-lambda-extensions/blob/5be075bd1d97d6cf76aa6ae0301de41bb1b8f3ea/go-example-telemetry-api-extension/README.md#L25-L27

I think the following is correct.

$ cd go-example-telemetry-api-extension
$ GOOS=linux GOARCH=amd64 go build -o bin/extensions/go-example-telemetry-api-extension main.go
$ chmod +x bin/extensions/go-example-telemetry-api-extension