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: lambda/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,8 +153,8 @@ zip -r pkg.zip .
153
153
154
154
## Upload the code package and test your Lambda function
155
155
156
-
1. In your Lambda function’s **Code** tab, choose **Upload from > .zip file**
157
-
2. Upload the pkg.zip you created. For more information, see [Deploy Node.js Lambda functions with .zip file archives](https://docs.aws.amazon.com/lambda/latest/dg/nodejs-package.html)
156
+
1. In your Lambda function’s **Code** tab, choose **Upload from > .zip file**.
157
+
2. Upload the pkg.zip you created. For more information, see [Deploy Node.js Lambda functions with .zip file archives](https://docs.aws.amazon.com/lambda/latest/dg/nodejs-package.html).
158
158
3. In your Lambda function’s **Test** tab, paste in the following JSON payload, and modify it to use your cluster ID.
159
159
4. In your Lambda function’s **Test** tab, use the following Event JSON modified to specify your cluster’s endpoint.
0 commit comments