How did I Fix CloudFormation throttling issue

Use case: deploying AppSync stack

Md Shadekur Rahman
AWS in Plain English
3 min readNov 21, 2022

--

In my work, a throttling issue started to happen at the time of deploying a CloudFormation stack that creates/modifies AppSync resources such as mutations, functions and queries. We run that stack (a yaml file) locally from any developer’s computer to a specific AWS account using a python script.

--

--