Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Created February 4, 2018 09:42
Show Gist options
  • Save dustinlacewell-wk/8b3815ac8f2510b6cfbd826252587638 to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/8b3815ac8f2510b6cfbd826252587638 to your computer and use it in GitHub Desktop.
(defun org-ls-aws-goto (service &optional region account)
(when account
(org-ls-aws-login account))
(org-ls-aws-open service region)
(org-ls-chrome-wait)
(org-ls-dock-activate "Google Chrome"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment