Join Slack
Powered by
Is there anyway to reference the `name` field from...
# help
m
Michael Wolfenden
03/18/2021, 11:33 PM
Is there anyway to reference the
name
field from the
sst.json
from within the stack
f
Frank
03/18/2021, 11:36 PM
yeah,
scope.name
, the first argument passed into the Stack constructor is the
scope
Frank
03/18/2021, 11:37 PM
Example here
https://docs.serverless-stack.com/constructs/Stack#accessing-app-properties
Open in Slack
Previous
Next