1

When I run 'ask init' a login browser page is opened. I login with my amazon account, and I am getting a Success message, but in the console I am getting the next error:

Call list-vendors error. Error code: 401 { "message": "You are not authorized to access this operation." }

Can someone help me out with this?

Thanks in advance!

2 Answers2

1

I solved this now by: First installing and configuring aws cli: https://docs.aws.amazon.com/cli/latest/userguide/cli-install-macos.html

Completing my (AWS Root Account) developer profile at developer.amazon.com

Fahim
  • 1,431
  • 1
  • 15
  • 28
0

I have a developer account and a personal account. I was trying to connect my personal account instead of my developer account, so when I connected my developer account, i solved the problem.

ILikeTacos
  • 17,464
  • 20
  • 58
  • 88