Open AlexHasMe opened 1 month ago
I had the same issue, the amplify app has to be named "TEAM-IDC-APP". This is because the name is hard coded in the ConfigureAmplifyBucket
lambda here
app_id = None
for app in response["apps"]:
if app["name"] == "TEAM-IDC-APP":
app_id = app['appId']
break
Describe the bug Amplify build fails to deploy resources in a fresh account even though Amplify has Administrative permissions.
Logs:
Then:
Expected behavior Amplify successfully build and deploys AWS TEAM.
Additional context I have used Terraform instead of Cloudformation to deploy resources because Codecommit in no longer available.