They should be loaded & available within in yo...
# sst
l
They should be loaded & available within in your stack config. To make them available in your lambda’s you would need to add them using the environment param on the function or use app.setDefaultFunctionProps({ environment: { … } })
b
Thanks @Luca Demmel!