Pretty Printed Logs
Lambda logs in Seed are now pretty printed when displaying JSON objects.
Now you can use Seed’s real-time logs to better debug your Lambda functions. Any JSON stringified object printed using console.log
will get pretty printed. So for example adding the following, will give a pretty printed version of the context object in your Lambda function.
console.log(JSON.stringify(context));
Real-time Lambda and API Gateway logs allow you to easily monitor your Serverless deployments in Seed.
Having trouble configuring a CI/CD pipeline for your Serverless apps? Let Seed do it for you!
Learn More