TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Debugging Lambdas by re-materializing execution contexts on your local machine

6 点作者 estebanlor将近 8 年前

1 comment

ben-coman将近 8 年前
A bit of context from the original community mail list post, &quot;it supports post mortem debugging by saving a zipped execution context onto S3. This is particularly satisfying as at a recent serverless conference (JeffConf) there was a panel where poor development tools on serverless platforms was highlighted as a real problem.<p>Debugging something short lived like a Lambda execution is quite startling, as the current answer is &#x27;add more logging&#x27;, and we all know that sucks. To this end, I’ve created a little screencast showing this in action - and it was pretty cool because it was a real example I encountered when I got everything working and was trying my test application out.&quot;<p>@2:17 &quot;PharoLambda has serialized the execution context of its application and saved it into [my S3 bucket] ... [then on my local machine] rematerializes a debugger [on that context].&quot;