Layer for running Go applications on AWS Lambda with OpenTelemetry.
OpenTelemetry Lambda SDK for Go includes tracing APIs to instrument Lambda handler. For other instrumentations, such as http, you'll need to include the corresponding library instrumentation from the instrumentation project and modify your code to use it in your function.
The sample application shows the manual instrumentations of OpenTelemetry Lambda Go SDK on a Lambda handler that triggers downstream requests to AWS S3 and HTTP.