From 98ea4294279fa42e8a4b94b488a2383118d0c660 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Mon, 21 Oct 2024 10:32:56 +0200 Subject: [PATCH] Take the website down --- serverless.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/serverless.yml b/serverless.yml index a544c6a..ef327be 100644 --- a/serverless.yml +++ b/serverless.yml @@ -112,10 +112,10 @@ functions: environment: BREF_LOOP_MAX: '1' events: - - schedule: - rate: rate(15 minutes) - # Only enabled in production - enabled: ${param:isProd} + # - schedule: + # rate: rate(15 minutes) + # # Only enabled in production + # enabled: ${param:isProd} console: handler: console @@ -211,11 +211,11 @@ resources: - ErrorCode: 504 ErrorCachingMinTTL: 0 # Custom domain name - Aliases: - - externals.io - - v3.externals.io - ViewerCertificate: - # ARN of the certificate created in ACM - AcmCertificateArn: arn:aws:acm:us-east-1:416566615250:certificate/0f28e63d-d3a9-4578-9f8b-14347bfe8326 - # See https://docs.aws.amazon.com/fr_fr/cloudfront/latest/APIReference/API_ViewerCertificate.html - SslSupportMethod: 'sni-only' + #Aliases: + # - externals.io + # - v3.externals.io + #ViewerCertificate: + # # ARN of the certificate created in ACM + # AcmCertificateArn: arn:aws:acm:us-east-1:416566615250:certificate/0f28e63d-d3a9-4578-9f8b-14347bfe8326 + # # See https://docs.aws.amazon.com/fr_fr/cloudfront/latest/APIReference/API_ViewerCertificate.html + # SslSupportMethod: 'sni-only'