You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a tag to an existing AWS profile with resources, such as a dynamodb table. Now I'm unable to complete a npx sst dev. I imagine that if I remove the deployment and redo it, then it will be fine, but am wondering if there's another way?
The tag has been applied to the table successfully.
| Error DataTable sst:aws:Dynamo → DataTableTable aws:dynamodb:Table | sdk-v2/provider2.go:520: sdk.helper_schema: updating tags for DynamoDB Table (arn:aws:dynamodb:us-west-2:removed:tab le/removed-removed): waiting for resource (arn:aws:dynamodb:us-west-2:removed:table/removed-removed) tag propagation: timeout while waiting for state to become 'TRUE' (last state: 'FALSE', timeout: 2m0s): [email protected]
It works fine on one stage, but not the other. Both stages already had the table before I added the tag.
The text was updated successfully, but these errors were encountered:
I added a tag to an existing AWS profile with resources, such as a dynamodb table. Now I'm unable to complete a npx sst dev. I imagine that if I remove the deployment and redo it, then it will be fine, but am wondering if there's another way?
The tag has been applied to the table successfully.
| Error DataTable sst:aws:Dynamo → DataTableTable aws:dynamodb:Table | sdk-v2/provider2.go:520: sdk.helper_schema: updating tags for DynamoDB Table (arn:aws:dynamodb:us-west-2:removed:tab le/removed-removed): waiting for resource (arn:aws:dynamodb:us-west-2:removed:table/removed-removed) tag propagation: timeout while waiting for state to become 'TRUE' (last state: 'FALSE', timeout: 2m0s): [email protected]
It works fine on one stage, but not the other. Both stages already had the table before I added the tag.
The text was updated successfully, but these errors were encountered: