Skip to content

udhos/lambdaping

Repository files navigation

license Go Report Card Go Reference Artifact Hub Docker Pulls lambdaping

lambdaping

Build

git clone https://github.com/udhos/lambdaping

cd lambdaping

go install ./...

Run

# optional
export DEBUG=true
export LAMBDA_ROLE_ARN=arn:aws:iam::100010001000:role/invoker
export BODY='{"hello":"world"}'

# mandatory
export LAMBDA_ARN=["arn:aws:lambda:us-east-1:100010001000:function:funcname"]

export OTELCONFIG_EXPORTER=jaeger
export OTEL_TRACES_EXPORTER=jaeger
export OTEL_PROPAGATORS=b3multi
export OTEL_EXPORTER_OTLP_ENDPOINT=http://jaeger-collector:14268

lambdaping

Docker images

https://hub.docker.com/r/udhos/lambdaping

Helm chart

https://udhos.github.io/lambdaping