Skip to content

Cloudwatch Logs

Retreive logs from Cloudwatch for a specific function

sls logs -f hello -s prod --startTime 5m

Tailing Cloudwatch

sls logs -f hello -s prod --tail
Back to top