Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lambda environment variables #33

Open
dltacube opened this issue Aug 15, 2024 · 0 comments
Open

lambda environment variables #33

dltacube opened this issue Aug 15, 2024 · 0 comments

Comments

@dltacube
Copy link

Hey,

Was testing your decorator function and first of all wanted to say it's been super useful.

I was wondering however if I was interpreting this correctly from the lambda documentation:

https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html

Environment variables are not evaluated before the function invocation. Any value you define is considered a literal string and not expanded. Perform the variable evaluation in your function code.

Does this mean that code run inside of the decorator would be privy to those env variables? And is that something we want to fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant