mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
Adds CDK deployment instructions and updates region
Enhances the README with CDK deployment commands.
This commit is contained in:
@ -31,7 +31,7 @@ export class WebStack extends cdk.Stack {
|
||||
autoDeleteObjects: true,
|
||||
});
|
||||
|
||||
// Use existing wildcard certificate in us-east-1
|
||||
// Use existing wildcard certificate in us-east-1 (required for CloudFront)
|
||||
const webCertificate = props?.certificateArn
|
||||
? acm.Certificate.fromCertificateArn(this, 'WildcardCertificate', props.certificateArn)
|
||||
: acm.Certificate.fromCertificateArn(this, 'WildcardCertificate',
|
||||
|
Reference in New Issue
Block a user