Serverless-application-model: AWS::Serverless::Api Custom Domain TLS version

Created on 10 Feb 2020  路  2Comments  路  Source: aws/serverless-application-model

Hi,
When I create a AWS::Serverless::Api resource with custom domain I can't specify the TLS version, TLS 1.0 is the default.
It would be great to have the SecurityPolicy parameter in order to specify TLS_1_2.

Most helpful comment

As we do have regulatory requirements to use TLS 1.2 this feature is needed for automated deployment.

All 2 comments

As we do have regulatory requirements to use TLS 1.2 this feature is needed for automated deployment.

Seems like this feature request got merged with https://github.com/aws/serverless-application-model/pull/1725

Just tested though and it didn't work so i'm guessing that the code hasn't been pushed live yet

Was this page helpful?
0 / 5 - 0 ratings