Hi guys, I have a question. In documentation <ht...
# seed
a
Hi guys, I have a question. In documentation https://seed.run/docs/storing-secrets.html it said, that If you were to define a secret variable, and the same variable is defined in the yaml file; the value defined in serverless.yml is overridden. Well, it didn't work for us. We have provider: { environment: { PROVIDER_MAIN: '...', ... } } and also declared PROVIDER_MAIN in SEED's env variables. Still, console.log(process.env.PROVIDER_MAIN) gives me: undefined May be that's not the case for serverless.ts? Or any other ideas?
f
Hey @Alex Tikonoff, if you go into your Lambda console, and look at the Lambda function. Do you see
PROVIDER_MAIN
under environment variables?
a
Nope, I've created it manually as a workaround.
f
I see. Can you DM a link to the build?
a
Sorry, no, as it corporate, but I can make screenshots if needed?
f
Oh I mean the link to the build on Seed. I will get the team to take a look.
a
Ah, ok