You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc_source/images-create.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ AWS periodically provides updates to the AWS base images for Lambda\. If your Do
104
104
FROM public.ecr.aws/lambda/nodejs:14
105
105
# Alternatively, you can pull the base image from Docker Hub: amazon/aws-lambda-nodejs:12
106
106
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
108
108
COPY app.js package.json ${LAMBDA_TASK_ROOT}
109
109
110
110
# Install NPM dependencies for function
@@ -297,4 +297,4 @@ You can use the AWS Serverless Application Model \(AWS SAM\) toolkit to create a
297
297
298
298
In your AWS SAM template, you set the `Runtime` type to `Image` and provide the URI of the base image\.
299
299
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