What’s the correct way to conditionally create res...
# help
d
What’s the correct way to conditionally create resources based on environment ? This doesn’t seem to work well. Also tried
process.env.IS_LOCAL
t
app.stage and app.local are available
d
Essentially I need a stream for testing but the one that’s being processed is managed externally
Thanks!