Describe the bug
Using version 1.8.5 of the cli I updated my auth configuration and now when I try to push the changes I get this error:
UPDATE_FAILED authcognitoxxxxxxx AWS::CloudFormation::Stack Wed Jul 31 2019 09:54:54 GMT+0200 (Central European Summer Time) Template format error: Parameter count 68 is greater than max allowed 60
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to be able to use the amplify cli as designed and not encounter errors during push
Desktop (please complete the following information):
@tloulamo Could you please show your parameters.json file (hiding sensitive info) located in amplify/backend/ auth/
I am also getting a similar error with :
CREATE_FAILED authwazifa0b6ef5b9 AWS::CloudFormation::Stack Wed Jul 31 2019
18:51:11 GMT+0300 (Eastern European Summer Time) Template format error: Parameter count 65
is greater than max allowed 60
@kaustavghosh06 do you still want my parameters file? Seems there is a fix already by @haverchuck
@tluolamo Yes, we've identified the issue and we'll release a fix for this as soon as the pR gets merged.
@tluolamo We've merged the fix for this and it will be part of our next release.
Has this issue been fixed?
I'm currently getting the same issue when pushing my updated Auth.
Setting Auth to the default setup pushes correctly however when using "Walkthrough all the auth configurations" and adding "Add User To Group" i cannot push it through.