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.
1 parent dcc1836 commit c8887ffCopy full SHA for c8887ff
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