Skip to content

Commit 0810f13

Browse files
authored
Merge pull request #401 from xalves/patch-1
Update runtimes-images.md
2 parents a42bf3a + 8147af7 commit 0810f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/runtimes-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
AWS provides a set of open\-source base images that you can use\. You can also use a preferred community or private base image\. Lambda provides client software that you add to your preferred base image to make it compatible with the Lambda service\.
44

55
**Note**
6-
Each base image is compatible with one or more of the instruction set architectures that Lambda supports\. You need to build the function image for only one architcture\. Lambda does not support multi\-architecture images\.
6+
Each base image is compatible with one or more of the instruction set architectures that Lambda supports\. You need to build the function image for only one architecture\. Lambda does not support multi\-architecture images\.
77

88
**Topics**
99
+ [AWS base images for Lambda](#runtimes-images-lp)
@@ -53,4 +53,4 @@ For your convenience, Lambda provides an open source runtime interface client fo
5353

5454
## Runtime interface emulator<a name="runtimes-test-emulator"></a>
5555

56-
Lambda provides a runtime interface emulator \(RIE\) for you to test your function locally\. The AWS base images for Lambda and base images for custom runtimes include the RIE\. For other base images, you can download the [Runtime interface emulator](https://github.com/aws/aws-lambda-runtime-interface-emulator/releases/latest/download/aws-lambda-rie) from the AWS GitHub repository\.
56+
Lambda provides a runtime interface emulator \(RIE\) for you to test your function locally\. The AWS base images for Lambda and base images for custom runtimes include the RIE\. For other base images, you can download the [Runtime interface emulator](https://github.com/aws/aws-lambda-runtime-interface-emulator/releases/latest/download/aws-lambda-rie) from the AWS GitHub repository\.

0 commit comments

Comments
 (0)