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

Commit 0e38d3f

Browse files
committed
Merge branch 'dev' of github.com:aws-samples/aws-serverless-cicd-workshop into dev
2 parents b3760ed + 36ffa35 commit 0e38d3f

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)