Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce AWS Lambda deploy splay. (#23330)
The purpose of this limit was to splay updates to avoid overloading AWS control plane API. However, adding a splay so large, started adding confusion since it takes 30 minutes between deploying backend and changes to the AWS Lambda code taking effect. The long term correct solution is to have a global rate limiter that rate limits AWS Lambda Control Plan updates. Lower the splay as a stop gap measure. GitOrigin-RevId: 87ddab1a12215064cd491ad521ea66c5106d54f9
- Loading branch information