Hello, I have a gnarly circular dependency Iā€™m try...
# getting-started
i
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
No, not easily. Better to split this into two projects.
i
Oh it looks like I can use
aws
to create the apikeys, and then pass that into
awsx
crosswalk šŸ™‚
šŸ‘ 1