Skip to content

Commit a1bb6b6

Browse files
authored
Merge pull request awsdocs#304 from trivikr/patch-1
Remove instructions for Node.js 10.x base image
2 parents 6a3a8a5 + e20c3e0 commit a1bb6b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc_source/nodejs-image.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ AWS provides the following base images for Node\.js:
3636
| --- | --- | --- | --- |
3737
| 14 | NodeJS 14\.x | Amazon Linux 2 | [Dockerfile for Node\.js 14\.x on GitHub](https://github.com/aws/aws-lambda-base-images/blob/nodejs14.x/Dockerfile.nodejs14.x) |
3838
| 12 | NodeJS 12\.x | Amazon Linux 2 | [Dockerfile for Node\.js 12\.x on GitHub](https://github.com/aws/aws-lambda-base-images/blob/nodejs12.x/Dockerfile.nodejs12.x) |
39-
| 10 | NodeJS 10\.x | Amazon Linux 2 | [Dockerfile for Node\.js 10\.x on GitHub](https://github.com/aws/aws-lambda-base-images/blob/nodejs10.x/Dockerfile.nodejs10.x) |
4039

4140
Docker Hub repository: amazon/aws\-lambda\-nodejs
4241

@@ -62,4 +61,4 @@ You can also download the [Node\.js runtime interface client](https://github.com
6261

6362
## Deploy the container image<a name="nodejs-image-deploy"></a>
6463

65-
For a new function, you deploy the Node\.js image when you [create the function](configuration-images.md#configuration-images-create)\. For an existing function, if you rebuild the container image, you need to redeploy the image by [updating the function code](configuration-images.md#configuration-images-update)\.
64+
For a new function, you deploy the Node\.js image when you [create the function](configuration-images.md#configuration-images-create)\. For an existing function, if you rebuild the container image, you need to redeploy the image by [updating the function code](configuration-images.md#configuration-images-update)\.

0 commit comments

Comments
 (0)