I am getting `InvalidClientTokenId` when trying to deploy hello world skill. This is the first time I am trying to build an Alexa skill so I have no idea what should I do to troubleshoot this. Here are the steps to reproduce: login to aws.amazon.com and developer.amazon.com ``` npm install -g ask-cli ask init ask new cd my-awesome-skill ask deploy -------------------- Create Skill Project -------------------- Profile for the deployment: [default] Skill Id: amzn1.ask.skill.9c6291b6-7a2e-493a-a6ac-d2139773f269 Skill deployment finished. Model deployment finished. Create role error. InvalidClientTokenId: The security token included in the request is invalid. ``` Also, what is my next step? How to test (localy or on my dot) my hello world skill?
Thanks!