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
neyric edited this page Dec 31, 2012
·
8 revisions
$ [sudo] npm install aws-swf -g
It is then recommended to call the swf-set-credentials command, which will ask you for your AWS credentials, and store them in a config file.
Those credentials will then be used by all others swf-* commands.
$ [sudo] swf-set-credentials
If you don't call set your credentials, you will have to call the commands with the credentials passed as options :
$ swf-register --accessKeyId "... your accessKeyId ..." --secretAccessKey "... your secret key id..." ...