Skip to content

Commit c7b815a

Browse files
authored
fixed formatting
1 parent 43fd1b1 commit c7b815a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

documentdb-lambda-java-sam/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Change directory to the pattern directory:
5050
cd serverless-patterns/documentdb-lambda-java-sam
5151
```
5252

53-
### Use the SAM CLI to build and deploy the lambda function
53+
### Build the project with SAM CLI
5454

5555
Make sure you are connected to the EC2 instance as mentioned in the "Connect to the EC2 instance" step above
5656

@@ -63,9 +63,7 @@ sam build
6363

6464
The SAM CLI installs dependencies defined in `documentdb_streams_consumer_dynamo_sam/documentdb_streams_event_consumer_function/pom.xml`, creates a deployment package, and saves it in the `.aws-sam/build` folder.
6565

66-
```
67-
68-
## Test the build locally
66+
### Test the build locally
6967

7068
Test a single function by invoking it directly with a test event. An event is a JSON document that represents the input that the function receives from the event source. Test events are included in the `events` folder in this project.
7169

0 commit comments

Comments
 (0)