File tree 1 file changed +5
-2
lines changed
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
35
35
36
36
Here is how to deploy using the ` aws ` command line.
37
37
38
- ### Create the function
38
+ ### Create the function
39
+
39
40
``` bash
40
41
AWS_ACCOUNT_ID=012345678901
41
42
aws lambda create-function \
@@ -85,6 +86,8 @@ cat response.json
85
86
{" echoedMessage" :" Hello Background Tasks" }
86
87
```
87
88
89
+ ### View the function's logs
90
+
88
91
You can observe additional messages being logged after the response is received.
89
92
90
93
To tail the log, use the AWS CLI:
@@ -107,7 +110,7 @@ REPORT RequestId: 4c8edd74-d776-4df9-9714-19086ab59bfd Duration: 10160.89 ms
107
110
108
111
Type CTRL-C to stop tailing the logs.
109
112
110
- ### Undeploy
113
+ ## Cleanup
111
114
112
115
When done testing, you can delete the Lambda function with this command.
113
116
You can’t perform that action at this time.
0 commit comments