Open mandyjohar23 opened 5 years ago
Thanks @mandyjohar23 .
Hey @leftclickben can we get this one in? Really need this one.
@mandyjohar23 so currently, it is not possible to use something like this, right?
stageSettings:
MethodSettings:
- ResourcePath: '/~1api~1auth'
HttpMethod: '*'
ThrottlingBurstLimit: 1
ThrottlingRateLimit: 1
I tested my settings above with your pr, but it didn't seem to work.
@sambP You can try to do sls package
first(with plugin) and see if the local Cloudformation template has all the required properties that you want or not. If the CF template is correct then the deployment shouldn't have any problem.
I searched in the cloudformation-template-create/udpate-stack.json file after a fresh "serverless package" for "thrott", but could not find anything.
My package.json
"serverless-api-stage": "leftclickben/serverless-api-stage#31/head",
plugins:
- serverless-api-stage
This is strange.
Fixes #30