Hi team, I need an AWS Lambda to be able to conne...
# ask-metaflow
a
Hi team, I need an AWS Lambda to be able to connect to the Metaflow metadata endpoint, but it seems you aren't able to write the Metaflow config to
~/.metaflowconfig/config.json
in Lambdas. I also tried setting the config values as env variables using
os.environ
but that didn't seem to work either. Any advice?