How do i pass environment variables to a lambda fu...
# help
k
How do i pass environment variables to a lambda function. I want to pass auth values to the api
r
You need to set them in the environment property of the Function definition in your stack
k
@Ross Coundon Thanks, it worked
r
Cool