aws-samples / aft-workshop-sample

Collection of sample Terraform configuration for AFT workshop
MIT No Attribution
13 stars 22 forks source link

alternate-contacts : TooManyRequestException #14

Closed wellsiau-aws closed 6 months ago

wellsiau-aws commented 1 year ago

When running invoke-customization at scale , it may triggers the aft-alternate-contacts in parallel and cause error because the lambda concurrency is set to 1

Account API quotas: https://docs.aws.amazon.com/accounts/latest/reference/quotas.html

Need to investigate way to increase the burst and develop retries.

wellsiau-aws commented 6 months ago

23 is the first attempt to align the concurrency with AFT max pipeline concurrency.

wellsiau-aws commented 6 months ago

24 incorporates retries