You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,8 +142,9 @@ custom:
142
142
allowCredentials: false
143
143
cacheControl: 'max-age=600, s-maxage=600, proxy-revalidate'# Caches on browser and proxy for 10 minutes and doesnt allow proxy to serve out of date content
144
144
```
145
-
146
-
### Customizing request body mapping templates
145
+
## Specific features
146
+
### Kinesis
147
+
#### Customizing request body mapping templates
147
148
148
149
If you'd like to add content types or customize the default templates, 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:
0 commit comments