Can’t I see the logs on CloudWatch when I start it...
# help
ö
Can’t I see the logs on CloudWatch when I start it with
npx start --stage dev
?
Here on ClıudWatch:
And here on my terminal:
f
Hey @Ömer Toraman, when you run
sst start
, the remote Lambda function simply forward the request to your local machine. So in CloudWatch, you only see relevant logs about the request forwarding.
ö
I see, makes sense. Thanks Frank!