Edit all your SNS Application Endpoints Attribute Enable
to true
.
- You might have set up a wrong certificate and need to rollback the enable flag for all devices that amazon wrongly disabled
- There is no way to perform such action for all devices at once using current Amazon Console
It just iterates through all endpoints of an application and sets the Enabled
attribute to true
. This is the only attribute being changed for the endpoint, nothing else changes.
$ npm install
- Add a
aws.config.json
file to the root of the project with your AWS credentials (There is anaws.config.json.example
that can be used as a template) $ node run.js