change devcontainer to have aws cli

This commit is contained in:
Michael Duong 2023-09-10 11:51:03 +01:00
parent be0ab7e39f
commit 15062cf0f8

View file

@ -9,7 +9,8 @@
"dockerfile": "../Development.Dockerfile"
},
"features": {
"ghcr.io/devcontainers/features/git:1": {}
"ghcr.io/devcontainers/features/aws-cli:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
}
// Features to add to the dev container. More info: https://containers.dev/features.