From 8f749c80a1974a223545a3811ee4bfca79addb72 Mon Sep 17 00:00:00 2001 From: Sean McGrail Date: Thu, 14 Jan 2021 14:28:23 -0800 Subject: [PATCH] Add Maintenance and Support Policy to README (#1042) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8e6fa18b55e..4a2c4aa4981 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,14 @@ Jump To: * [Contributing](#feedback-and-contributing) * [More Resources](#resources) +## Maintenance and support for SDK major versions + +For information about maintenance and support for SDK major versions and their underlying dependencies, see the +following in the AWS SDKs and Tools Shared Configuration and Credentials Reference Guide: + +* [AWS SDKs and Tools Maintenance Policy](https://docs.aws.amazon.com/credref/latest/refdocs/maint-policy.html) +* [AWS SDKs and Tools Version Support Matrix](https://docs.aws.amazon.com/credref/latest/refdocs/version-support-matrix.html) + ## Getting started To get started working with the SDK setup your project for Go modules, and retrieve the SDK dependencies with `go get`. This example shows how you can use the v2 SDK to make an API request using the SDK's [Amazon DynamoDB] client.