Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Godoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/DataDog/datadog-lambda-go)
[![License](https://img.shields.io/badge/license-Apache--2.0-blue)](https://github.com/DataDog/datadog-lambda-go/blob/main/LICENSE)

> **IMPORTANT NOTICE**: This repository is being deprecated. The library has been migrated to [https://github.com/DataDog/dd-trace-go/tree/main/contrib/aws/datadog-lambda-go](https://github.com/DataDog/dd-trace-go/tree/main/contrib/aws/datadog-lambda-go).
> **IMPORTANT NOTICE**: This repository is being deprecated. The library has been migrated to [https://github.com/DataDog/dd-trace-go/tree/main/contrib/aws/datadog-lambda-go](https://github.com/DataDog/dd-trace-go/tree/main/contrib/aws/datadog-lambda-go). See the [migration instructions](https://github.com/DataDog/dd-trace-go/tree/main/contrib/aws/datadog-lambda-go#migration-guide-upgrading-from-datadog-lambda-go-v1-to-v2) for more guidance.

Datadog Lambda Library for Go enables enhanced Lambda metrics, distributed tracing, and custom metric submission from AWS Lambda functions.

Expand Down
Loading