File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ The ZIP file is located at `.build/plugins/AWSLambdaPackager/outputs/AWSLambdaPa
3535
3636Here is how to deploy using the ` aws ` command line.
3737
38- ### Create the function
38+ ### Create the function
39+
3940``` bash
4041AWS_ACCOUNT_ID=012345678901
4142aws lambda create-function \
@@ -85,6 +86,8 @@ cat response.json
8586{" echoedMessage" :" Hello Background Tasks" }
8687```
8788
89+ ### View the function's logs
90+
8891You can observe additional messages being logged after the response is received.
8992
9093To tail the log, use the AWS CLI:
@@ -107,7 +110,7 @@ REPORT RequestId: 4c8edd74-d776-4df9-9714-19086ab59bfd Duration: 10160.89 ms
107110
108111Type CTRL-C to stop tailing the logs.
109112
110- ### Undeploy
113+ ## Cleanup
111114
112115When done testing, you can delete the Lambda function with this command.
113116
You can’t perform that action at this time.
0 commit comments