dougaimian1143 2018-05-22 09:29
浏览 50
已采纳

AWS Lambda GoLang错误

Is it OK to panic() when failed to create AWS session? As an opposite, I can just return the error from my handler function (in this case I have to create the session in the handler code, but not in the init()).

The docs say

Lambda will re-create the function automatically

Does it mean the panic always causes the cold-start and is preferred to return error from the handler?

  • 写回答

2条回答 默认 最新

  • dongzhui9936 2018-05-29 19:48
    关注

    The answer depends on what is going on in init section.

    If you create session clients to connect to other services it might be good to panic and cause cold-start than continue container's lifecycle with the failed clients.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 通信专业本科生论文选这两个哪个方向好研究呀
  • ¥50 我在一个购物网站的排队系统排队,这个排队到号后重新定向到目标网站进行购物,但是有技术牛通过技术方法直接跳过排队系统进入目标网址购物,有没有什么软件或者脚本可以用
  • ¥15 ios可以实现ymodem-1k协议 1024字节传输吗?
  • ¥300 寻抓云闪付tn组成网页付款链接
  • ¥15 请问Ubuntu要怎么安装chrome呀?
  • ¥15 视频编码 十六进制问题
  • ¥15 unity terrain打包后地形错位,跟建筑不在同一个位置,怎么办
  • ¥15 uniapp实现如下图的图表功能
  • ¥15 u-subsection如何修改相邻两个节点样式
  • ¥15 服务端控制goose报文控制块的发布问题