-
Notifications
You must be signed in to change notification settings - Fork 0
add missing doc #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -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. | ||||||||||||||||||||||
|
Comment on lines
22
to
26
|
||||||||||||||||||||||
| - `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. | |
| - `aws_account_region` (optional): AWS region to use for SAM packaging. Only used when `use_aws_sam` is `true`. | |
| - `template_file` (optional): Path to SAM template file. Only used when `use_aws_sam` is `true`. | |
| - `packaged_template_file` (optional): Path to packaged SAM template file. Only used when `use_aws_sam` is `true`. | |
| - `sam_s3_bucket` (optional): S3 bucket for SAM deployment. Only used when `use_aws_sam` is `true`. | |
| - `sam_s3_prefix` (optional): S3 prefix for SAM deployment. Only used when `use_aws_sam` is `true`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There’s an extra period at the end of this sentence (“artifacts..”). Please remove the duplicate punctuation to avoid a typo in the inputs documentation.