Moroa Matshubeni
08/31/2020, 1:03 PMError: No certificate for domain "<http://test.example.co.za|test.example.co.za>" found in this region
a certificate has been isssued to example.co.za.
Another issue is how do i override the function name, at the moment
function_name = "merged-0"
TanVD
08/31/2020, 1:42 PMprefix
field in Kotless
config (https://github.com/JetBrains/kotless/blob/master/examples/ktor/shortener/build.gradle.kts#L22)
BTW, starting with 0.1.6
names should be a bit better.
As for certificate, you need ACM certificate in us-east-1
with name of your application as primary DNS name. us-east-1
is a requirement of AWS, not Kotless)Moroa Matshubeni
08/31/2020, 6:59 PMTanVD
08/31/2020, 8:03 PMMoroa Matshubeni
09/01/2020, 9:14 PM