Skip to content

Commit 7e39dca

Browse files
authored
Merge pull request #300 from jzombie/patch-1
Remove period in Docker comment for consistency
2 parents 25e7d58 + 0f31cd4 commit 7e39dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/images-create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ AWS periodically provides updates to the AWS base images for Lambda\. If your Do
104104
FROM public.ecr.aws/lambda/nodejs:14
105105
# Alternatively, you can pull the base image from Docker Hub: amazon/aws-lambda-nodejs:12
106106
107-
# Assumes your function is named "app.js", and there is a package.json file in the app directory.
107+
# Assumes your function is named "app.js", and there is a package.json file in the app directory
108108
COPY app.js package.json ${LAMBDA_TASK_ROOT}
109109
110110
# Install NPM dependencies for function
@@ -297,4 +297,4 @@ You can use the AWS Serverless Application Model \(AWS SAM\) toolkit to create a
297297

298298
In your AWS SAM template, you set the `Runtime` type to `Image` and provide the URI of the base image\.
299299

300-
For more information, see [Building applications](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-using-build.html) in the *AWS Serverless Application Model Developer Guide*\.
300+
For more information, see [Building applications](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-using-build.html) in the *AWS Serverless Application Model Developer Guide*\.

0 commit comments

Comments
 (0)