Hello,
I would like to handle circular dependency between Lambda, and its env variables. Api gateway depndes on lambda, while, env variables will depend on the address of api gateway( simplified - it is not enough just build the url myself). Is there any way to solve this nicely without using any intermediate services like Aws Prameter Store etc? Basically some services that depend on the lambda also will have the ouput that needs to be placed as lambda env variables