You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Read more about Synchronous Express Workflows in this [AWS blog post](https://aw
9
9
10
10
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:
11
11
12
-
- functions - Code for the application's Lambda functions.
12
+
- functions - Code for the application's Lambda function.
13
13
- statemachines - Definition for the state machine that orchestrates AWS services.
14
14
- template.yaml - A template that defines the application's AWS resources.
15
15
- 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
35
35
To use the SAM CLI, you need the following tools:
36
36
37
37
* 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.
39
39
* Docker - [Install Docker community edition](https://hub.docker.com/search/?type=edition&offering=community)
40
40
41
41
To build and deploy your application for the first time, run the following in your shell:
0 commit comments