serverlessopsio/deploy-aws-sam
Deploy via AWS SAM
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_account_id | Account ID of account to deploy to. | yes | — |
| aws_region | Region to deploy to | no | — |
| cfn_capabilities | Comma-separated list of capabilities to enable. (values: CAPABILITY_IAM, CAPABILITY_NAMED_IAM, CAPABILITY_AUTO_EXPAND, CAPABILITY_RESOURCE_POLICY) | no | CAPABILITY_NAMED_IAM |
| cfn_exec_role_name | Name of CloudFormation IAM execution role | no | CfnExecIamRole |
| cfn_parameters_file | Name of CFN parameters file | no | cfn-parameters.json |
| cfn_tags_file | Name of CFN tags file | no | cfn-tags.json |
| stack_name | Name of stack that will be deployed | no | — |
| template_file | Name of template file to deploy | 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 | — |
| env_json | JSON string of environment variables to pass to the action | no | {} |
| vars_json | JSON string of repo and app env variables to pass to the action | no | {} |
| secrets_json | JSON string of secrets to pass to the action | no | {} |
Outputs
no outputs