This message was deleted.
s
This message was deleted.
g
Not sure which languge, but I have done something like this in my stack:
so basically, I needed the domain-only(without
https://
) and with this, I managed to strip it.. you can’t just take
apiGateway.url
and expect to return a
string
/ manipulate it.. you have to use
apply
at least that’s how it works in JavaScript, not sure which lang you’re using