Feature Request - automated deployment for larger projects #6387
Labels
pending-response
Issue is pending response from the issue author
pending-triage
Issue is pending triage
platform
Issues tied to the general CLI platform
Is your feature request related to a problem? Please describe.
Since for larger projects, due to the number of policies that Amplify injects into authRole for the various required Lambda permissions, the push of the Amplify deployment will fail since AWS limitations on total role size will be greatly exceeded.
As a fallback, I have created an optimized permissions authRole policy that is much smaller allowing us to stay under the AWS policy role limitations.
Unfortunately deployment now involves manual participation that while the deployment push is running, I must delete the inline IAM policy statements fast enough as they are being generated and pushed by Amplify so as to remain under the AWS limit.
Failure to due so will result in an error and Amplify will revert the entire deployment.
Describe the solution you'd like
An automated deployment for larger projects
Describe alternatives you've considered
Serverless
Thank you.
The text was updated successfully, but these errors were encountered: