Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy to lambda target fails silently with wrong permissions #22

Closed
rtgoodwin opened this issue May 14, 2018 · 1 comment
Closed

deploy to lambda target fails silently with wrong permissions #22

rtgoodwin opened this issue May 14, 2018 · 1 comment

Comments

@rtgoodwin
Copy link
Contributor

Jovo CLI Version: 1.0.17
ask-cli v1.3.0

Configure ask-cli to use a profile that has a role without Lambda Code Upload privileges. (I did it on accident of course...)

Run jovo deploy -t lambda -s .. The command will report:

Deploying Alexa Skill
        Deploying Alexa Skill
           Uploading to lambda
  Deployment completed.

...but no code is uploaded (due to the lack of privileges).

Running ask will report that the role doesn't the right privileges. So jovo deploy isn't catching the error. (It may not even be possible, but opening the issue just in case.)

@aswetlow
Copy link
Member

Thanks! Fixed in v1.1.3

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

No branches or pull requests

2 participants