Skip to content

Commit 0561521

Browse files
committed
docs: minor tweak
1 parent 6171fd6 commit 0561521

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ This Serverless Framework plugin supports the AWS service proxy integration feat
1919
- [Can use greedy, for deeper Folders](#can-use-greedy--for-deeper-folders)
2020
- [SNS](#sns)
2121
- [DynamoDB](#dynamodb)
22-
- [Sample request after deploying.](#sample-request-after-deploying)
23-
- [PutItem](#putitem)
24-
- [UpdateItem](#updateitem)
2522
- [Common API Gateway features](#common-api-gateway-features)
2623
- [Enabling CORS](#enabling-cors)
2724
- [Adding Authorization](#adding-authorization)
@@ -370,7 +367,7 @@ resources:
370367
WriteCapacityUnits: 1
371368
```
372369

373-
#### Sample request after deploying.
370+
Sample request after deploying.
374371

375372
```bash
376373
curl -XPUT https://xxxxxxx.execute-api.us-east-1.amazonaws.com/dev/dynamodb/<hashKey>/<sortkey> \

0 commit comments

Comments
 (0)