Hello, I have a gnarly circular dependency Iām trying to break ⦠Api Key -> Api Gateway -> Lambda -> (env var) -> Api Key
anyone know how I can solve this? can i add an environment variable to the lambda after all the initial wiring?
l
little-cartoon-10569
07/20/2022, 10:28 PM
No, not easily. Better to split this into two projects.