Skip to content

Commit c7ac7d2

Browse files
committed
minor formatting changes
1 parent 71472ce commit c7ac7d2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Examples/BackgroundTasks/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ The ZIP file is located at `.build/plugins/AWSLambdaPackager/outputs/AWSLambdaPa
3535

3636
Here is how to deploy using the `aws` command line.
3737

38-
### Create the function
38+
### Create the function
39+
3940
```bash
4041
AWS_ACCOUNT_ID=012345678901
4142
aws lambda create-function \
@@ -85,6 +86,8 @@ cat response.json
8586
{"echoedMessage":"Hello Background Tasks"}
8687
```
8788

89+
### View the function's logs
90+
8891
You can observe additional messages being logged after the response is received.
8992

9093
To tail the log, use the AWS CLI:
@@ -107,7 +110,7 @@ REPORT RequestId: 4c8edd74-d776-4df9-9714-19086ab59bfd Duration: 10160.89 ms
107110
108111
Type CTRL-C to stop tailing the logs.
109112

110-
### Undeploy
113+
## Cleanup
111114

112115
When done testing, you can delete the Lambda function with this command.
113116

0 commit comments

Comments
 (0)