mweagle / Sparta

go microservices, powered by AWS Lambda
https://gosparta.io
MIT License
717 stars 48 forks source link

Lambda logs tail command #157

Closed moshloop closed 4 years ago

moshloop commented 4 years ago

It would be really great if Sparta had a way to live tail logs from provisioned lambdas similar to https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-logs.html

mweagle commented 4 years ago

Hi @moshloop. There's a version of this via http://gosparta.io/cli_options/#explore , but that may not be what you're thinking. Are you thinking more along the lines of SAM, https://github.com/lucagrulla/cw ?

mweagle commented 4 years ago

Hi @moshloop - circling back to get your thoughts on the options. Thanks!

moshloop commented 4 years ago

cw Is exactly what I was looking for :) - keeping it as a separate binary is also as it follows the UNIX philosophy