Skip to content

Commit 5bfa8dd

Browse files
Add aws cli in devcontainer
1 parent d1e5da3 commit 5bfa8dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"omzPlugins": "https://github.com/zsh-users/zsh-autosuggestions.git https://github.com/zsh-users/zsh-syntax-highlighting.git",
6464
"plugins": "zsh-autosuggestions zsh-syntax-highlighting"
6565
},
66+
"ghcr.io/devcontainers/features/aws-cli:1": {},
6667
"ghcr.io/devcontainers/features/common-utils": {
6768
"configureZshAsDefaultShell": true,
6869
"installOhMyZsh": true,
@@ -79,7 +80,8 @@
7980
"ghcr.io/devcontainers/features/ruby:1": {}
8081
},
8182
"mounts": [
82-
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
83+
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached",
84+
"source=${localEnv:HOME}/.aws,target=/home/vscode/.aws,type=bind,consistency=cached"
8385
],
8486
"name": "Devcontainer",
8587
"postCreateCommand": "scripts/devcontainer/postcreatecommand.sh"

0 commit comments

Comments
 (0)