From d1246c44d2f4df21a24a3faa8e5085571d4bdc67 Mon Sep 17 00:00:00 2001 From: marco antonio perez pena <143876375+Marco1553@users.noreply.github.com> Date: Sat, 8 Nov 2025 23:31:20 -0600 Subject: [PATCH] Add AWS CLI feature to devcontainer configuration --- .devcontainer/devcontainer.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000000..ed00c99d01 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {"ghcr.io/devcontainers/features/aws-cli:1": } +}