Skip to content

Commit 4b200bc

Browse files
Merge pull request #187 from andrhamm/master
Add API Gateway request mapping template docs link
2 parents 6772f1f + 06a2b38 commit 4b200bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ stepFunctions:
444444

445445
#### Customizing request body mapping templates
446446

447-
The plugin generates default body mapping templates for `application/json` and `application/x-www-form-urlencoded` content types. If you'd like to add more content types or customize the default ones, you can do so by including them in `serverless.yml`:
447+
The plugin generates default body mapping templates for `application/json` and `application/x-www-form-urlencoded` content types. If you'd like to add more content types or customize the default ones, you can do so by including your custom [API Gateway request mapping template](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-mapping-template-reference.html) in `serverless.yml` like so:
448448

449449
```yml
450450
stepFunctions:

0 commit comments

Comments
 (0)