Join Slack
Powered by
How do you access the `stage` inside a lambda func...
# help
f
Francis Menguito
06/08/2022, 11:49 AM
How do you access the
stage
inside a lambda function handler?
a
Arpad
06/08/2022, 11:56 AM
You can pass it as an env variable, here's an example:
https://docs.serverless-stack.com/constructs/App#specifying-default-function-props
f
Francis Menguito
06/08/2022, 12:27 PM
@Arpad
thanks!
2
Views
Open in Slack
Previous
Next