File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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
376373curl -XPUT https://xxxxxxx.execute-api.us-east-1.amazonaws.com/dev/dynamodb/<hashKey>/<sortkey> \
You can’t perform that action at this time.
0 commit comments