How do you access the `stage` inside a lambda func...
# help
f
How do you access the
stage
inside a lambda function handler?
a
You can pass it as an env variable, here's an example: https://docs.serverless-stack.com/constructs/App#specifying-default-function-props
f
@Arpad thanks!