Add new aws profile

This commit is contained in:
Jeremy Dormitzer 2021-10-05 11:08:56 -04:00
parent 4a581f0b3f
commit f0ae80501f

View File

@ -15,6 +15,7 @@
(add-to-list 'aws-profiles "personal")
(add-to-list 'aws-profiles "lola-cde")
(add-to-list 'aws-profiles "lola-gbt")
(defun aws-switch-profile (profile)
(interactive (list (completing-read "Profile: " aws-profiles)))