Identify the service by URL
Opened this issue · 1 comments
jiw-mh commented
Function URLs for lambdas look like: {function}.lambda-url.{region}.on.aws
. To execute it the service
needs to be lambda
and the region
needs to be set. Instead of using --region {region} --service lambda ...
it seems like awscurl could identify that the default service for a .on.aws
url is lambda
and take the {region}
out of the url as well.