deploy-actions/Deploy Single Page Application on S3
Github Action to deploy s3 by sam
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| BucketName | S3 Bucket Name | yes | — |
| SAMSourceBucket | AWS S3 bucket where artifacts referenced in the template are uploaded. | no | — |
| SAMToken | The GITHUB Authentication token to use for calling the GITHUB Get the latest release API. Defaults to call the API as unauthenticated request if not specified. | no | — |
| Aliases | AWS::CloudFront::Distribution DistributionConfig Properties, To apply this property, you must also enter `AcmCertificateArn` and `HostedZoneId`. | no | — |
| AcmCertificateArn | AWS::CloudFront::Distribution ViewerCertificate Properties, To apply this property, you must also enter `Aliases` and `HostedZoneId`. | no | — |
| HostedZoneId | AWS::Route53::RecordSetGroup Properties, To apply this property, you must also enter `Aliases`, `AcmCertificateArn`. | no | — |
Outputs
| name | description |
|---|---|
| DistributionId | The distribution's identifier. For example: E1U5RQF7T870K0. |
| DomainName | The domain name of the resource |