Open pfych opened 1 year ago
This might have to be done with AWS WAF.
https://docs.aws.amazon.com/waf/latest/APIReference/API_RateBasedStatement.html
Potentially do a cost comparison of someone pummelling the instance vs implementing WAF rules, seems like it can range $1/$5 fixed cost monthly.
This will be resolved once https://github.com/pfych/web-mentions/pull/5 is merged
API Gateway likely offers a method of rate limiting, if we can do it via our
serverless.yml
its 10x better than doing it in our lambda since that's where we pay money for execution time.