evanharmon / in-mono

mono repo
2 stars 0 forks source link

Add AWS cli to codespaces #25

Closed evanharmon closed 2 years ago

evanharmon commented 2 years ago

May require creating a custom image for codespaces.

Tasks:

evanharmon commented 2 years ago

Docs:

evanharmon commented 2 years ago

Caveats:

codespace had to be deleted and re-created in order to pickup dotfile repo hook up

aws-creds bash function overwrites AWS environment variables. This prevents the script from being re-usable after the session token expires. Current instructions are to exit terminal in codespaces and launch a new terminal. This will re-populate original AWS environment variables from github profile level codespaces secrets

.aws-creds.bash has to be sourced every time. Putting off more dot file shell setup