Skip to content

Commit 6603f27

Browse files
author
Patrick Guha
committed
updated Readme to use NodeJS 16 and updated architecture diagram
1 parent b15622b commit 6603f27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Read more about Synchronous Express Workflows in this [AWS blog post](https://aw
99

1010
This project contains source code and supporting files for a serverless application that you can deploy with the SAM CLI. It includes the following files and folders:
1111

12-
- functions - Code for the application's Lambda functions.
12+
- functions - Code for the application's Lambda function.
1313
- statemachines - Definition for the state machine that orchestrates AWS services.
1414
- template.yaml - A template that defines the application's AWS resources.
1515
- api.yaml - A template that defines the application's HTTP API resource.
@@ -35,7 +35,7 @@ The Serverless Application Model Command Line Interface (SAM CLI) is an extensio
3535
To use the SAM CLI, you need the following tools:
3636

3737
* SAM CLI - [Install the SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html)
38-
* Node.js - [Install Node.js 12](https://nodejs.org/en/), including the NPM package management tool.
38+
* Node.js - [Install Node.js 16](https://nodejs.org/en/), including the NPM package management tool.
3939
* Docker - [Install Docker community edition](https://hub.docker.com/search/?type=edition&offering=community)
4040

4141
To build and deploy your application for the first time, run the following in your shell:
-384 KB
Loading

0 commit comments

Comments
 (0)