From 956a1c5b97ef3b0dabab31f3420d52b869876f01 Mon Sep 17 00:00:00 2001 From: Haresh Nasit <84355507+hnnasit@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:46:51 -0800 Subject: [PATCH] Update nodejs22.x/s3/README.md Co-authored-by: Lucas <12496191+lucashuy@users.noreply.github.com> --- nodejs22.x/s3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs22.x/s3/README.md b/nodejs22.x/s3/README.md index 255dbbee..0627aa6a 100644 --- a/nodejs22.x/s3/README.md +++ b/nodejs22.x/s3/README.md @@ -10,7 +10,7 @@ A cookiecutter template to create a NodeJS S3 Quick Start Application using [Ser Generate a boilerplate template in your current project directory using the following syntax: -* **NodeJS 20**: `sam init --runtime nodejs22.x --app-template quick-start-s3 --name s3-app` +* **NodeJS 22**: `sam init --runtime nodejs22.x --app-template quick-start-s3 --name s3-app` > **NOTE**: ``--name`` allows you to specify a different project folder name