Skip to content

Commit 6b08fb6

Browse files
authored
docs(examples): made SAM CLI version requirement more explicit (aws-powertools#1284)
1 parent 84ab4b9 commit 6b08fb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/sam/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Before deploying this example install the npm dependencies:
2323
npm i
2424
```
2525

26-
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).
26+
> **Note**
27+
> 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).
2728
2829
## Deploy the sample application
2930

0 commit comments

Comments
 (0)