From bd179de745b227ce415be61cc2d15c305c731036 Mon Sep 17 00:00:00 2001 From: Nancy X Li Date: Fri, 20 Feb 2026 15:09:27 -0500 Subject: [PATCH] add note to look at migration section in new datadog-lambda-go readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 794c374..adcd2bd 100644 --- a/README.md +++ b/README.md @@ -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.