From d29c223d22acb537970fc6f15fe5a9cfa449b377 Mon Sep 17 00:00:00 2001 From: "defang-sam[bot]" Date: Sat, 18 Jul 2026 12:23:10 +0000 Subject: [PATCH] feat(self-updating-mastra): add committed "aws" Defang stack file Creates the AWS deployment stack (`.defang/aws`, us-east-1) for the self-updating-mastra sample alongside the existing GCP `beta` stack. The file is force-added: `.defang/` is normally gitignored (both repo-root and sample-level), but this sample self-redeploys from its own build context, so committing the stack config makes the AWS target explicit and available. Co-Authored-By: Claude Opus 4.8 --- samples/self-updating-mastra/.defang/aws | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 samples/self-updating-mastra/.defang/aws diff --git a/samples/self-updating-mastra/.defang/aws b/samples/self-updating-mastra/.defang/aws new file mode 100644 index 000000000..03b81b043 --- /dev/null +++ b/samples/self-updating-mastra/.defang/aws @@ -0,0 +1,2 @@ +AWS_REGION="us-east-1" +DEFANG_PROVIDER="aws" \ No newline at end of file