Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregorypierce/abd7b4af46337223ce8e41da88e2fed6 to your computer and use it in GitHub Desktop.
Save gregorypierce/abd7b4af46337223ce8e41da88e2fed6 to your computer and use it in GitHub Desktop.
this.api.addDomainName( "domain_name", {
domainName: props.domainName,
securityPolicy: apigw.SecurityPolicy.TLS_1_2,
certificate: props.certificate
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment