.editorconfig 415 B 2024-04-11 .github/FUNDING.yml 210 B 2024-04-11 .github/ISSUE_TEMPLATE/bug.md 664 B 2024-04-11 .github/pull_request_template.md 706 B 2024-04-11 .github/workflows/ci.yml 1.5 KB 2025-02-10 .golangci.yml 0.6 KB 2024-12-18 adapters/apigateway/v1/gateway_test.go 2.0 KB 2024-09-15 adapters/apigateway/v1/gateway.go 2.9 KB 2024-09-15 adapters/apigateway/v2/gateway_test.go 1.9 KB 2024-09-15 adapters/apigateway/v2/gateway.go 2.6 KB 2024-09-15 adapters/lambda/handler_test.go 2.3 KB 2024-12-18 adapters/lambda/handler.go 3.0 KB 2024-12-18 adapters/lambda/invoke.go 2.4 KB 2024-12-18 adapters/sns/subscriber.go 2.1 KB 2024-10-11 adapters/sqs/consumer_test.go 2.1 KB 2024-10-11 adapters/sqs/consumer.go 2.8 KB 2024-10-11 bench_test.go 3.1 KB 2024-08-27 bench/encoder_bench_test.go 2.2 KB 2024-08-27 bench/end_to_end_bench_test.go 2.0 KB 2024-12-18 bench/handler_bench_test.go 1.8 KB 2024-12-18 bench/sampler_bench_test.go 1.6 KB 2025-03-04 context_test.go 1.6 KB 2025-01-20 context.go 2.1 KB 2025-01-20 context/context_test.go 2.1 KB 2025-01-20 context/context.go 2.6 KB 2025-01-20 context/requestid/requestid_test.go 2.0 KB 2024-03-15 context/requestid/requestid.go 2.4 KB 2024-03-15 context/tracing/otel_test.go 2.1 KB 2024-11-09 context/tracing/otel.go 2.8 KB 2024-11-09 context/tracing/xray_test.go 1.9 KB 2024-05-18 context/tracing/xray.go 3.0 KB 2024-05-18 docs/cold-start.md 6.2 KB 2025-03-04 docs/design.md 9.1 KB 2025-01-20 encoder_test.go 3.0 KB 2024-08-27 encoder.go 5.4 KB 2024-08-27 example/handler.go 1.7 KB 2025-01-20 examples/basic/main.go 1.3 KB 2024-11-09 examples/rest-api/main.go 1.5 KB 2024-09-15 examples/sqs-consumer/main.go 1.4 KB 2024-10-11 examples/step-function/main.go 1.5 KB 2024-12-18 examples/with-tracing/main.go 1.6 KB 2024-11-09 fields_test.go 2.9 KB 2024-12-05 fields.go 3.0 KB 2024-12-05 go.mod 0.2 KB 2024-11-09 handler_test.go 3.2 KB 2024-10-22 handler.go 4.1 KB 2024-10-22 internal/encoder/encoder_test.go 2.4 KB 2024-12-11 internal/encoder/encoder.go 3.2 KB 2024-12-11 internal/encoder/format.go 2.3 KB 2024-08-27 internal/encoder/json/encoder_test.go 3.1 KB 2025-01-20 internal/encoder/json/encoder.go 4.6 KB 2025-01-20 internal/encoder/json/escape/html_test.go 2.2 KB 2024-07-12 internal/encoder/json/escape/html.go 3.2 KB 2024-07-12 internal/encoder/json/fast/buffer_test.go 2.1 KB 2024-09-02 internal/encoder/json/fast/buffer.go 2.7 KB 2024-09-02 internal/encoder/json/fast/strconv_test.go 1.9 KB 2024-09-02 internal/encoder/json/fast/strconv.go 2.5 KB 2024-09-02 internal/encoder/json/schema/schema_test.go 2.6 KB 2024-12-03 internal/encoder/json/schema/schema.go 3.7 KB 2024-12-03 internal/encoder/json/truncate/truncate_test.go 2.3 KB 2024-10-22 internal/encoder/json/truncate/truncate.go 3.0 KB 2024-10-22 internal/sampler/adaptive/adaptive_test.go 2.3 KB 2025-03-04 internal/sampler/adaptive/adaptive.go 3.6 KB 2025-03-04 internal/sampler/random/random_test.go 1.9 KB 2024-06-02 internal/sampler/random/random.go 2.0 KB 2024-06-02 internal/sampler/sampler.go 1.9 KB 2024-06-02 internal/sampler/threshold/threshold.go 1.6 KB 2024-06-02 internal/testdata/events/apigw-v2.json 1.6 KB 2024-09-15 internal/testdata/events/eventbridge.json 0.9 KB 2024-07-04 internal/testdata/events/sqs.json 1.7 KB 2024-10-11 lambdalog_test.go 4.3 KB 2024-08-27 lambdalog.go 5.8 KB 2024-11-09 level.go 2.3 KB 2024-07-14 LICENSE 1.1 KB 2022-06-30 Makefile 0.8 KB 2023-08-12 middleware/http/accesslog_test.go 1.5 KB 2024-04-10 middleware/http/accesslog.go 2.3 KB 2024-04-10 middleware/http/middleware_test.go 1.7 KB 2024-04-10 middleware/http/middleware.go 2.0 KB 2024-04-10 middleware/http/recovery_test.go 1.6 KB 2024-04-10 middleware/http/recovery.go 1.8 KB 2024-04-10 output/cloudwatch_test.go 2.0 KB 2024-08-02 output/cloudwatch.go 2.6 KB 2024-08-02 output/file_test.go 1.8 KB 2024-02-19 output/file.go 2.6 KB 2024-02-19 output/stdout.go 1.9 KB 2023-10-11 README.md 2.9 KB 2025-03-04 sampler.go 2.8 KB 2025-03-04 SECURITY.md 1.3 KB 2024-04-11