I'm having errors when executing the amplify push or amplify push function commands with the Amplify CLI.
Here's the error in the console (censored project-specific identifiers ):
...
UPDATE_FAILED storage[dynamo db table name] AWS::CloudFormation::Stack Tue Jan 19 2021 08:32:29 GMT+0800 (Philippine Standard Time) Embedded stack arn:aws:cloudformation:us-west-2:XXX:stack/amplify-XXX-XXX/XXX was not successfully updated. Currently in UPDATE_ROLLBACK_IN_PROGRESS with reason: Attribute: StreamArn was not found for resource: [dynamo db table name]
...
I've already tried:
- Execute
amplify initagain - Execute
amplify configure, create a new IAM user, and use the newly created user's credential. - Going back to the commit where
amplify pushlast worked, seeing the same error still. - Recloned the repo and do the above steps. No luck.
I'll appreciate any help. Thanks.