From 04fd321dd5faf18570b61d1f5c9c1b52ce799678 Mon Sep 17 00:00:00 2001 From: Haresh Nasit <84355507+hnnasit@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:43:20 -0800 Subject: [PATCH] Update nodejs22.x/cw-event/{{cookiecutter.project_name}}/README.md Co-authored-by: Lucas <12496191+lucashuy@users.noreply.github.com> --- nodejs22.x/cw-event/{{cookiecutter.project_name}}/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs22.x/cw-event/{{cookiecutter.project_name}}/README.md b/nodejs22.x/cw-event/{{cookiecutter.project_name}}/README.md index 0cf5f61f..f730e0d1 100644 --- a/nodejs22.x/cw-event/{{cookiecutter.project_name}}/README.md +++ b/nodejs22.x/cw-event/{{cookiecutter.project_name}}/README.md @@ -33,7 +33,7 @@ The AWS SAM CLI is an extension of the AWS CLI that adds functionality for build To use the AWS SAM CLI, you need the following tools: * AWS SAM CLI - [Install the AWS SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html). -* Node.js - [Install Node.js 20](https://nodejs.org/en/), including the npm package management tool. +* Node.js - [Install Node.js 22](https://nodejs.org/en/), including the npm package management tool. * Docker - [Install Docker community edition](https://hub.docker.com/search/?type=edition&offering=community). To build and deploy your application for the first time, run the following in your shell: