From c16caac6e8e222fedc34cbcd9ddb988d385c3c60 Mon Sep 17 00:00:00 2001 From: Michal Sadowski Date: Thu, 28 Mar 2024 13:44:57 +0100 Subject: [PATCH] Add samconfig --- samconfig.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 samconfig.toml diff --git a/samconfig.toml b/samconfig.toml new file mode 100644 index 0000000..941e457 --- /dev/null +++ b/samconfig.toml @@ -0,0 +1,6 @@ +version = 0.1 + +[default.deploy.parameters] +stack_name = "HelloWorld" +capabilities = "CAPABILITY_NAMED_IAM" +region = "us-east-1" \ No newline at end of file