Hello, I would like to handle circular dependency...
# aws
b
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
m
How would you solve this without Pulumi, e.g., using the AWS CLI or the console? That's usually a good starting point for finding a solution.