Is it possible to enable throttling and set burst & rate limit for the lambda exposed via API GW if I configure function like this on serverless.yaml?
functions:
sync-bucket:
handler: com.my.util.lambda.Handler
timeout: 60
events:
- http:
path: /sync-bucket
method: get