You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thanks for the plugin. I found one problem with it. If I run it with... sls deploy --stage dev --aws-profile profile
.. I got "The security token included in the request is invalid.".
If I export the aws credentials and run it with... sls deploy --stage dev
... then it works like expected.
So it seems that it can't use credentials from profile.
The text was updated successfully, but these errors were encountered:
Hi @kettunen,
Thanks for reporting this. It should now be fixed in version 1.1.1 of the plugin.
Please reopen the issue if it still doesn't work for you.
Hi,
thanks for the plugin. I found one problem with it. If I run it with...
sls deploy --stage dev --aws-profile profile
.. I got "The security token included in the request is invalid.".
If I export the aws credentials and run it with...
sls deploy --stage dev
... then it works like expected.
So it seems that it can't use credentials from profile.
The text was updated successfully, but these errors were encountered: