Kullay
7 years agoNew Contributor III
Rest API Snap Issue: Too Many Request
Hi All,
Whenever the using the Rest API Post Snap, Facing Issue Like :“x-amzn-errortype”:
“TooManyRequestsException”
please help me on this isuue.
Thanks,
kullayappa
Like who? I assume folks who didn’t keep the bearer token private, or changed it to something bad…
A few ways to add “extra” security to triggered tasks:
- IP whitelisting (Access Control)
- Front the triggered task with an API Gateway (that handles the auth switching)
- Add some other checker logic to your triggered pipeline (JWT, etc.)