Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

ServerlessError is not authorized to perform... how to solve? #13

Closed
i2801 opened this issue Apr 19, 2017 · 1 comment
Closed

ServerlessError is not authorized to perform... how to solve? #13

i2801 opened this issue Apr 19, 2017 · 1 comment

Comments

@i2801
Copy link

i2801 commented Apr 19, 2017

$ npm run deploy

wire-o@0.0.0 deploy /Users/xxx/Documents/www/node/wire-o
babel lib --out-dir dist && serverless deploy

lib/app.js -> dist/app.js
lib/download.js -> dist/download.js
lib/downloadPdfs.js -> dist/downloadPdfs.js
lib/formatResponse.js -> dist/formatResponse.js
lib/mergePdfs.js -> dist/mergePdfs.js
lib/storePdf.js -> dist/storePdf.js
lib/tmpDirectory.js -> dist/tmpDirectory.js
lib/uploadToS3.js -> dist/uploadToS3.js

Error --------------------------------------------------

 ServerlessError: ServerlessError: User: arn:aws:iam::XXX:user/mscore
 is not authorized to perform: cloudformation:DescribeStackResources
 on resource: arn:aws:cloudformation:us-east-1:XXX:stack/wire-o-dev/*

 For debugging logs, run again after setting the "SLS_DEBUG=*" environment variable.

Get Support --------------------------------------------
Docs: docs.serverless.com
Bugs: github.com/serverless/serverless/issues
Forums: forum.serverless.com
Chat: gitter.im/serverless/serverless

Your Environment Information -----------------------------
OS: darwin
Node Version: 6.9.5
Serverless Version: 1.11.0
...

@i2801
Copy link
Author

i2801 commented Apr 19, 2017

IAM > AdministratorAccess added. success. thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant