Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 36ffa35

Browse files
authored
Merge pull request #8 from carltondickson/patch-1
Choose nodejs12.x for runtime
2 parents 8ab09ee + aa32070 commit 36ffa35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workshop/content/local/run/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ In Cloud9, go to the top menu and chose **Tools > Preview > Preview Running Appl
4646

4747
![PreviewSamLocal](/images/screenshot-samlocal-preview.png)
4848

49-
Note how SAM is pulling the Docker container image _lambci/lambda:nodejs10.x_ automatically. This is how SAM is able to simulate the Lambda runtime locally and run your function within it. The first invocation might take a few seconds due to the docker pull command, but subsequent invocations should be much faster.
49+
Note how SAM is pulling the Docker container image _lambci/lambda:nodejs12.x_ automatically. This is how SAM is able to simulate the Lambda runtime locally and run your function within it. The first invocation might take a few seconds due to the docker pull command, but subsequent invocations should be much faster.

0 commit comments

Comments
 (0)