I have a lambda which should be invoked from a public URL (through API-Gateway - no authorization needed)
I know I can fetch public URL by calling awsSdk.apiGateway.getApi(apiId)
So I need to get apiId from somewhere. I've heard that it's possible to fetch api-id by lambda-name, but I can't find it in docs.
Is it really possible? the alternative is to keep api-id in my app's config (instead of lambda-name)