fc-actions/FireClover Cloud Application Deployment
FireClover Cloud Application Deployment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dns-zone | The existing DNS Zone to create new records in | yes | — |
| subdomain | The new subdomain to create in the DNS Zone for the deployment | yes | — |
| fireclover-subscription | The FireClover Subscription | yes | — |
| aws-account-id | The aws account registered at FireClover on your FireClover subscription | — | — |
| region | This will likely not work if changed, due to certificates of CloudFront needs us-east-1. | — | us-east-1 |
| azure-tenant-id | The azure tenant registered at FireClover on your FireClover subscription | — | — |
| azure-subscription-id | The azure subscription registered at FireClover on your FireClover subscription | — | — |
| fireclover-architecture-template | The cloud deployment template to use for deployment | — | — |
| folder-redirects | Will redirect urls ending in a folder path to folder/index.html. Do not use for React SPAs. | — | — |
| web-path | The folder of the static web to deploy. Static web will be available at <domain>/* | — | — |
| api-path | The folder of the api to deploy. API will be available at <domain>/api/* | — | — |
| api-handler | The path and function inside of the api to run. | — | dist/index.handler |
| scan-cdk | Use the AWS Sustainability scanner for the resulting CDK | — | — |
| bootstrap | Run bootstrap for the account using CDK | — | false |
| context-file | CDK context file cdk.context.json that defines all context attributes for CDK. Other named parameters or cdk-parameters override the attributes in context file. | — | — |
| cdk-parameters | CDK parameters in the format of "-c parameter=value" i.e. "-c api-handler=dist/index.handler -c folder-redirects=false" | — | — |
Outputs
no outputs