serverlessopsio/store-artifacts
Store workspace artifacts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| use_aws_sam | If AWS SAM is used by the project; if true, the `sam package` command will run to store template and function artifacts in S3 | no | — |
| aws_account_region | AWS region to deploy to | no | us-east-1 |
| artifact_retention_days | Number of days to retain artifacts | no | 14 |
| template_file | Path to SAM template file | no | .aws-sam/build/template.yaml |
| packaged_template_file | Path to packaged SAM template file | no | packaged-template.yaml |
| sam_s3_bucket | S3 bucket for SAM deployment | no | aws-sam-cli-sourcebucket-774305573766-us-east-1 |
| sam_s3_prefix | S3 prefix for SAM deployment | no | — |
Outputs
| name | description |
|---|---|
| packaged-template | Path to packaged SAM template file |
| sam-artifact-bucket | S3 bucket where SAM artifact was uploaded |
| sam-artifact-bucket-prefix | S3 prefix where SAM artifact was uploaded |