From 74bf252a9e0731e8801438a1373ef8d2e7b9b06d Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Fri, 10 Feb 2023 19:17:01 +0100 Subject: [PATCH] docs: made SAM CLI version requirement more explicit --- examples/sam/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/sam/README.md b/examples/sam/README.md index 9c7f88077f..bf8c45af66 100644 --- a/examples/sam/README.md +++ b/examples/sam/README.md @@ -23,7 +23,8 @@ Before deploying this example install the npm dependencies: npm i ``` -In addition to the [recommended setup for this project](https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/CONTRIBUTING.md#setup), you'll need the [SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html). +> **Note** +> In order to run this example you'll need [AWS SAM CLI version 1.65 or later](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html). If you have an older version of the AWS SAM CLI, see [Upgrading the AWS SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/manage-sam-cli-versions.html#manage-sam-cli-versions-upgrade). ## Deploy the sample application