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:
amplify init
againamplify configure
, create a new IAM user, and use the newly created user's credential.amplify push
last worked, seeing the same error still.I'll appreciate any help. Thanks.
In the AWS Console go to the DynamoDB Table under Table Overview
, then Stream Details
, then Manage Stream
, click enable both New and Old Images
.