We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcc1836 + c8887ff commit 074ebe5Copy full SHA for 074ebe5
serverless.yml
@@ -428,7 +428,7 @@ resources:
428
- IsProductionOrStaging
429
- AcmCertificateArn: ${self:provider.environment.FRONTEND_CERTIFICATE_ARN}
430
SslSupportMethod: sni-only
431
- MinimumProtocolVersion: TLSv1.2_2021
+ MinimumProtocolVersion: TLSv1.3_2025
432
- Ref: AWS::NoValue
433
434
BackendDistribution:
@@ -471,7 +471,7 @@ resources:
471
472
- AcmCertificateArn: ${self:provider.environment.BACKEND_CERTIFICATE_ARN}
473
474
475
476
477
FrontendAliasRecord:
0 commit comments