aws-service-catalog-reference-architectures
aws-service-catalog-reference-architectures copied to clipboard
Fixed create_member batch call issue
Issue #, if available:
Description of changes:
Fixed create_member batch call issue. The create_member batch call has a limit of 50 accounts per call. When the number of accounts exceeds 50, this fix calls create_member in batches of 50 accounts.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.