Subscriber limit exceeded

1

I'm getting this error and it seems to be a bug: Subscriber limit exceeded: Update to PayPerRequest mode are limited to once in 1 day(s). Last update at Wed Jan 22 00:37:54 UTC 2020. Next update can be made at Thu Jan 23 00:37:54 UTC 2020.

The reason I'm saying it's a bug is beacause I was in the process of deploying with a new DynamoDB table definition in my Cloudformation yaml, and there was an issue the yaml itself and it ended up rolling back, which is fine. The problem is that cloudformation wouldn't let me deploy again once I fixed the yaml issue because it counted the initial deploy as a change to the BillingMode of my new table. Having to wait 24 hours to be able to redploy is not a great experience. Fortunately we have multiple dev stacks and I was able to hijak one of those to get some testing done.

AustinK
asked 4 years ago1509 views
2 Answers
0

@AustinK - totally agree with you on this. I had a single typo in my yaml file (cut-and-paste error: 'PBillingMode' instead of 'BillingMode') and now have to wait until tomorrow to redeploy!

answered 3 years ago
0

Agreed. This should be allow on a stack update in cloud formation.

rkairis
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions