-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserverless.yml
More file actions
16 lines (16 loc) · 1.02 KB
/
serverless.yml
File metadata and controls
16 lines (16 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AYOOJON_CLIENT_PROD:
component: '@sls-next/serverless-component@3.3.0'
inputs:
domain: 'ayoojon.com'
bucketName: ayoojon-client-prod # optional, S3 bucket name
cloudfront:
distributionId: E2SAO86QVW4SOW
comment: 'CLIENT' # optional, describes your distribution
# aliases: ["foo.example.com", "bar.example.com"]
# paths: ["/*"] # which paths should be invalidated on deploy, default matches everything, empty array skips invalidation completely
# certificate:
# cloudFrontDefaultCertificate: false # specify false and one of IAM/ACM certificates, or specify true and omit IAM/ACM inputs for default certificate
# acmCertificateArn: 'arn:aws:acm:us-east-1:188759261881:certificate/94d497e4-bcbe-4c29-a9b1-2a6456601f5a'
# iamCertificateId: "iam-certificate-id" # specify either ACM or IAM certificate, not both
# sslSupportMethod: 'sni-only' # can be omitted, defaults to "sni-only"
# minimumProtocolVersion: 'TLSv1.2_2019' # can be omitted, defaults to "TLSv1.2_2019"