From 92cf334f2b6ed72a9b0f7376c97d31b689c64fb7 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Tue, 28 Apr 2026 20:56:05 -0400 Subject: [PATCH] add missing doc Co-authored-by: Copilot --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e8cc2f5..9f1a10a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ See below for inputs, outputs, and examples. - `artifact_retention_days` (optional): Number of days to retain artifacts.. - `use_aws_sam` (optional): Boolean to determine if SAM artifact should be uploaded. - `aws_account_region` (optional): AWS region to use for SAM packaging. +- `template_file` (optional): Path to SAM template file. +- `packaged_template_file` (optional): Path to packaged SAM template file. - `sam_s3_bucket` (optional): S3 bucket for SAM deployment. - `sam_s3_prefix` (optional): S3 prefix for SAM deployment.