fc-actions/FireClover Cloud Application Deployment

FireClover Cloud Application Deployment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dns-zoneThe existing DNS Zone to create new records inyes
subdomainThe new subdomain to create in the DNS Zone for the deploymentyes
fireclover-subscriptionThe FireClover Subscriptionyes
aws-account-idThe aws account registered at FireClover on your FireClover subscription
regionThis will likely not work if changed, due to certificates of CloudFront needs us-east-1.us-east-1
azure-tenant-idThe azure tenant registered at FireClover on your FireClover subscription
azure-subscription-idThe azure subscription registered at FireClover on your FireClover subscription
fireclover-architecture-templateThe cloud deployment template to use for deployment
folder-redirectsWill redirect urls ending in a folder path to folder/index.html. Do not use for React SPAs.
web-pathThe folder of the static web to deploy. Static web will be available at <domain>/*
api-pathThe folder of the api to deploy. API will be available at <domain>/api/*
api-handlerThe path and function inside of the api to run.dist/index.handler
scan-cdkUse the AWS Sustainability scanner for the resulting CDK
bootstrapRun bootstrap for the account using CDKfalse
context-fileCDK 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-parametersCDK parameters in the format of "-c parameter=value" i.e. "-c api-handler=dist/index.handler -c folder-redirects=false"

no outputs