{"componentChunkName":"component---src-templates-blog-detail-tsx","path":"/blog/2020-07-04-serverless-registry","result":{"data":{"currentBlog":{"id":"1e898753-2af6-5fad-aef7-d6c9022b5585","frontmatter":{"thumbnail":"https://img.serverlesscloud.cn/202073/1593778055211-Registry.jpg","authors":["杜佳辰"],"categories":["news"],"date":"2020-07-04T00:00:00.000Z","title":"回顾 | Serverless Registry 设计解读与实战","description":"Serverless Registry 究竟是怎样的一款产品，为我们解决了哪些用户痛点呢？","authorslink":["https://github.com/Jiachen0417"],"translators":null,"translatorslink":null,"tags":["Registry","Meetup"],"keywords":"Serverless, Serverless Registry, Serverless网关,","outdated":null},"wordCount":{"words":242,"sentences":51,"paragraphs":51},"fileAbsolutePath":"/opt/build/repo/content/blog/2020-07-04-serverless-registry.md","fields":{"slug":"/blog/2020-07-04-serverless-registry/","keywords":["serverless","云函数","组件化开发","组件","Serverless","serverless","模版","Registry","部署","serverlesscloud"]},"html":"<p>在 6 月 19 日的 ServerlessDays China 大会中，Serverless 发布了一款全新的产品： Serverless Registry，它究竟是怎样的一款产品，为我们解决了哪些用户痛点呢？ 接下来将为大家进行具体解读。</p>\n<h2 id=\"一、设计理念\"><a href=\"#%E4%B8%80%E3%80%81%E8%AE%BE%E8%AE%A1%E7%90%86%E5%BF%B5\" aria-label=\"一、设计理念 permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>一、设计理念</h2>\n<p>相信大家对 Serverless 的组件化开发流程都不算陌生了，但作为开发者，在使用 Serverless 组件进行项目开发时，各位可能会遇到这样的疑惑：</p>\n<ul>\n<li>Serverless 目前究竟支持哪些组件？</li>\n<li>除了跳到官网查看文档，有没有其更快捷的方法了解各组件的基本信息？</li>\n<li>我开发了自己的组件模版后，应该如何分享给他人进行复用？</li>\n</ul>\n<p>面对用户的使用痛点，我们希望设计一款组件模版管理产品，它可以：</p>\n<ol>\n<li>支持组件或模版的可视化展示与查询，方便用户快速定位目标模版并进行部署；</li>\n<li>支持查看组件或模版的详细信息，使用说明，并提供源代码下载路径，保证整个使用流程的透明化；</li>\n<li>支持组件的共享与复用，所有上传后的组件模版都是公开的，打造开源生态的 Serverless 模版仓库。</li>\n</ol>\n<p>基于这些目标，Serverless Framework 的可视化模版仓库 Serverless Registry 应运而生。</p>\n<h2 id=\"二、功能简介\"><a href=\"#%E4%BA%8C%E3%80%81%E5%8A%9F%E8%83%BD%E7%AE%80%E4%BB%8B\" aria-label=\"二、功能简介 permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>二、功能简介</h2>\n<p>Serverless Regsitry 的基本功能很简洁，主要为以下两点：</p>\n<p><img src=\"https://img.serverlesscloud.cn/202072/1593697090121-0%5B1%5D%20%284%29.png\" alt=\"serverless\"></p>\n<ol>\n<li>组件模版的发布上传</li>\n</ol>\n<p>在腾讯云官方的文档中已经为大家介绍了组件开发流程规范，作为开发者，用户可以基于官方流程，自主开发组件或模版，通过 Serverless Framework CLI，将其发布到 Registry 上，所有发布到 Registry 的项目均支持复用，其中优秀的项目会作为推荐模版，显示到 Registry 官网上，增加宣传和曝光度。</p>\n<ol start=\"2\">\n<li>组件模版的复用</li>\n</ol>\n<p>对于组件模版的使用者而言，用户通过 Registry 官网或者 Serverless Framework CLI，都可以快速获取到组件或者模版的信息，并支持项目源代码的下载复用，完成项目的快速部署，操作流程简单方便，对于新手来说也会十分友好。</p>\n<h3 id=\"registry-官网介绍\"><a href=\"#registry-%E5%AE%98%E7%BD%91%E4%BB%8B%E7%BB%8D\" aria-label=\"registry 官网介绍 permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Registry 官网介绍</h3>\n<p>页面目前有三个入口：</p>\n<ol>\n<li>直接输入 <a href=\"https://registry.serverless.com/\">https://registry.serverless.com/</a>  </li>\n<li>serverless 中文网「模版仓库」模块进入 </li>\n<li>Dashboard 控制台</li>\n</ol>\n<p>您可以根据使用习惯来进入 Registry 的页面 </p>\n<p><img src=\"https://img.serverlesscloud.cn/202072/1593697088766-0%5B1%5D%20%284%29.png\" alt=\"serverless\"></p>\n<p>进入页面后，看到整个界面是非常清晰，您可以迅速掌握目前支持的组件列表以及组件的基本信息。</p>\n<p><img src=\"https://img.serverlesscloud.cn/202072/1593697088737-0%5B1%5D%20%284%29.png\" alt=\"serverless\"></p>\n<p>当组件过多的时候，可以通过搜索栏迅速找到您想使用的组件，目前支持组件名称、标签、简介等多个关键词搜索。</p>\n<p><img src=\"https://img.serverlesscloud.cn/202072/1593697088844-0%5B1%5D%20%284%29.png\" alt=\"serverless\"></p>\n<p>点开组件详情页，可以看到该组件的全部信息，顶部标签栏介绍了组件的版本、作者、发布日期等基本信息，介绍页具体介绍了组件的产品特性和使用教程，哪怕您对该组件并不了解，也可以通过详情页基本掌握组件的信息和使用方法，对于新手来说是非常友好的部署体验。</p>\n<p><img src=\"https://img.serverlesscloud.cn/202072/1593697709781-0%5B1%5D.png\" alt=\"serverless\"></p>\n<p>除此之外，部分组件已经支持一键部署，点击按钮后，直接跳转到 Dashboard 控制台，快速部署一个组件模版。</p>\n<h2 id=\"三、有奖实战部署\"><a href=\"#%E4%B8%89%E3%80%81%E6%9C%89%E5%A5%96%E5%AE%9E%E6%88%98%E9%83%A8%E7%BD%B2\" aria-label=\"三、有奖实战部署 permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>三、有奖实战部署</h2>\n<ol>\n<li>部署 Case：基于腾讯云 Serverless Registry 快速部署 OCR 的文字识别应用。</li>\n<li>源码教程：<a href=\"https://github.com/serverless-components/tencent-examples/tree/master/ocr-app\">https://github.com/serverless-components/tencent-examples/tree/master/ocr-app</a></li>\n<li>部署福利：</li>\n</ol>\n<p>  a. 前 30 名部署成功者可领取腾讯云计算器笔记本一个，30~100 名部署成功者可领取 50 元腾讯云云函数无门槛代金券一张。</p>\n<p>  b. 成功提交一个有效 issue，可领取云函数 30 元无门槛代金券一张。issue 提交地址：<a href=\"https://github.com/serverless/serverless/issues\">https://github.com/serverless/serverless/issues</a></p>\n<ol start=\"3\">\n<li>福利领取方式：</li>\n</ol>\n<p>成功部署后，点击链接：<a href=\"http://u6uvxlniyxhd4qgj.mikecrm.com/fMWq2Um\">http://u6uvxlniyxhd4qgj.mikecrm.com/fMWq2Um</a>, 进入礼品领取信息收集表，填写提交相关信息，Serverless 小助手（微信号：serverless_helper）会统一审核并安排礼品发送。</p>\n<ol start=\"4\">\n<li>活动截止时间：7 月 5 日 24:00</li>\n</ol>\n<p>欢迎大家基于腾讯云 Serverless Regsitry 部署以上 Case，部署完成并提交信息者，小助手审核通过后将为您发放相应礼品。也鼓励各位开发者积极贡献您自己的的优秀模版组件，如果对 Registry 有任何疑问或者改进建议，您可以联系 Serverless 小助手（微信号：serverless_helper）进群，我们会在交流群及时交流、回复。</p>\n<h2 id=\"四、往期回顾\"><a href=\"#%E5%9B%9B%E3%80%81%E5%BE%80%E6%9C%9F%E5%9B%9E%E9%A1%BE\" aria-label=\"四、往期回顾 permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>四、往期回顾</h2>\n<ul>\n<li><a href=\"https://cloud.tencent.com/edu/learning/live-2437\">Tencent Serverless Hours 第一期线上分享会回放</a></li>\n<li><a href=\"https://cloud.tencent.com/edu/learning/live-2480\">Tencent Serverless Hours 第二期线上分享会回放</a></li>\n<li><a href=\"https://cloud.tencent.com/edu/learning/live-2564\">Tencent Serverless Hours 第三期线上分享会回放</a></li>\n</ul>\n<hr>\n<div id='scf-deploy-iframe-or-md'></div>\n<hr>\n<blockquote>\n<p><strong>传送门：</strong></p>\n<ul>\n<li>GitHub: <a href=\"https://github.com/serverless/serverless/blob/master/README_CN.md\">github.com/serverless</a></li>\n<li>官网：<a href=\"https://serverless.com/\">serverless.com</a></li>\n</ul>\n</blockquote>\n<p>欢迎访问：<a href=\"https://serverlesscloud.cn/\">Serverless 中文网</a>，您可以在 <a href=\"https://serverlesscloud.cn/best-practice\">最佳实践</a> 里体验更多关于 Serverless 应用的开发！</p>","tableOfContents":"<ul>\n<li><a href=\"/blog/2020-07-04-serverless-registry/#%E4%B8%80%E3%80%81%E8%AE%BE%E8%AE%A1%E7%90%86%E5%BF%B5\">一、设计理念</a></li>\n<li>\n<p><a href=\"/blog/2020-07-04-serverless-registry/#%E4%BA%8C%E3%80%81%E5%8A%9F%E8%83%BD%E7%AE%80%E4%BB%8B\">二、功能简介</a></p>\n<ul>\n<li><a href=\"/blog/2020-07-04-serverless-registry/#registry-%E5%AE%98%E7%BD%91%E4%BB%8B%E7%BB%8D\">Registry 官网介绍</a></li>\n</ul>\n</li>\n<li><a href=\"/blog/2020-07-04-serverless-registry/#%E4%B8%89%E3%80%81%E6%9C%89%E5%A5%96%E5%AE%9E%E6%88%98%E9%83%A8%E7%BD%B2\">三、有奖实战部署</a></li>\n<li><a href=\"/blog/2020-07-04-serverless-registry/#%E5%9B%9B%E3%80%81%E5%BE%80%E6%9C%9F%E5%9B%9E%E9%A1%BE\">四、往期回顾</a></li>\n</ul>"},"previousBlog":{"id":"623e3f00-9b6f-5ee8-b5c8-57b386e28cb4","frontmatter":{"thumbnail":"https://img.serverlesscloud.cn/202077/1594104885073-1594024750794-%E4%BC%81%E4%B8%9A%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_15940247379968.jpg","authors":["金鑫"],"categories":["news"],"date":"2020-07-06T00:00:00.000Z","title":"基于 API 网关 + 云函数 SCF 部署 Serverless 外卖订单系统","description":"API 网关结合云函数 SCF 的使用场景非常丰富，本文将介绍基于 API 网关 + 云函数 SCF 部署 Serverless 的外卖订单系统。","authorslink":["https://github.com/leonardjin"],"translators":null,"translatorslink":null,"tags":["API 网关","Meetup"],"keywords":"Serverless, Serverless Registry, Serverless网关","outdated":null},"wordCount":{"words":203,"sentences":46,"paragraphs":46},"fileAbsolutePath":"/opt/build/repo/content/blog/2020-07-06-serverless-api-scf.md","fields":{"slug":"/blog/2020-07-06-serverless-api-scf/","keywords":["serverless","云函数","Serverless","serverless","函数","tencent","serverlesscloud"]}},"nextBlog":{"id":"5443d9c6-5c8f-5984-84a6-1c1fdfda3bda","frontmatter":{"thumbnail":"https://img.serverlesscloud.cn/2020630/1593513134783-1593511065923.png","authors":["Serverless 社区"],"categories":["meetup"],"date":"2020-07-03T00:00:00.000Z","title":"腾讯云 Serverless Registry 及消息推送实战 | 在线分享第四期","description":"本次分享会将为您揭秘国内首个开源 Serverless Registry 应用仓库，以及云函数与 API 网关的典型应用实战！","authorslink":["https://zhuanlan.zhihu.com/ServerlessGo"],"translators":null,"translatorslink":null,"tags":["API 网关","Meetup"],"keywords":"Serverless, Serverless Registry, Serverless网关","outdated":null},"wordCount":{"words":42,"sentences":8,"paragraphs":8},"fileAbsolutePath":"/opt/build/repo/content/blog/2020-07-03-serverless-api-webiner.md","fields":{"slug":"/blog/2020-07-03-serverless-api-webiner/","keywords":["serverless","云函数","serverless","Serverless","serverlesscloud","github"]}},"recommendBlogs":{"edges":[{"node":{"id":"73576d26-e0ce-5f26-9330-64b4f3889157","frontmatter":{"thumbnail":"https://main.qcloudimg.com/raw/3cb7b20955d78ced738e0279bb3f6f41.jpg","authors":["AndreaPasswater"],"categories":["news","engineering-culture"],"date":"2018-03-09T00:00:00.000Z","title":"Serverless 数据解读：2018 报告","description":"Serverless Framework 使用统计数据：事件源、服务结构、运行时长等等。","authorslink":["https://serverless.com/author/andreapasswater/"],"translators":["Aceyclee"],"translatorslink":["https://www.zhihu.com/people/Aceyclee"],"tags":["事件源","服务结构"],"keywords":"Serverless 统计数据,Serverless 事件源,Serverless 服务结构","outdated":null},"wordCount":{"words":212,"sentences":45,"paragraphs":45},"fileAbsolutePath":"/opt/build/repo/content/blog/2018-03-09-serverless-by-the-numbers-2018-data-report.md","fields":{"slug":"/blog/2018-03-09-serverless-by-the-numbers-2018-data-report/","keywords":["go","serverless","无服务器","云函数","服务","使用率","Go","部署"]}}},{"node":{"id":"84876745-cbfb-5c1d-9f6c-7c74338d5d28","frontmatter":{"thumbnail":"https://s3-us-west-2.amazonaws.com/assets.site.serverless.com/images/champions/champions_banner.jpg","authors":["RupakGanguly"],"categories":["news","engineering-culture"],"date":"2018-04-10T00:00:00.000Z","title":"2018 年首批无服务器社区冠军介绍","description":"无服务器社区冠军是无服务器社区的领导者。快来认识一下我们 2018 年度的社区英雄吧！","authorslink":null,"translators":null,"translatorslink":null,"tags":null,"keywords":null,"outdated":null},"wordCount":{"words":194,"sentences":32,"paragraphs":32},"fileAbsolutePath":"/opt/build/repo/content/blog/2018-04-10-announcing-new-2018-serverless-champions.md","fields":{"slug":"/blog/2018-04-10-announcing-new-2018-serverless-champions/","keywords":["serverless","webpack","无服务器","无服务器架构","服务器","serverless","champions","架构","blog","github","框架"]}}},{"node":{"id":"1e1a90fc-3b65-540c-b726-755999e7912a","frontmatter":{"thumbnail":"https://main.qcloudimg.com/raw/8a0db1c9fd8b51c15d0b006291d52bf5.jpg","authors":["AndreaPasswater"],"categories":["news","engineering-culture"],"date":"2018-07-19T00:00:00.000Z","title":"2018 年社区调查：Serverless 使用率大幅增长","description":"我们曾在开发社区进行问卷调查，询问 Serverless 的使用情况。它的使用率增长连我们自己都惊讶不已，下面来看看数据。","authorslink":["https://serverless.com/author/andreapasswater/"],"translators":["Aceyclee"],"translatorslink":["https://www.zhihu.com/people/Aceyclee"],"tags":["Component","Serverless"],"keywords":"Serverless 社区调查,Serverless 使用情况,Serverless 数据","outdated":null},"wordCount":{"words":267,"sentences":50,"paragraphs":49},"fileAbsolutePath":"/opt/build/repo/content/blog/2018-07-19-2018-serverless-community-survey-huge-growth-usage.md","fields":{"slug":"/blog/2018-07-19-2018-serverless-community-survey-huge-growth-usage/","keywords":["go","serverless","无服务器","Serverless","serverless"]}}},{"node":{"id":"8311b008-2b15-5225-8adc-9b75e484177b","frontmatter":{"thumbnail":"https://img.serverlesscloud.cn/2020414/1586880819419-%E5%B0%81%E9%9D%A2%E5%9B%BE%20%286%29.png","authors":["serverless 社区"],"categories":["news"],"date":"2019-04-08T00:00:00.000Z","title":"邀您参加 | K8S&云原生技术开放日-北京站","description":"K8S&云原生技术开放日，将围绕K8S、Serverless等云原生相关技术，从最佳落地实践、不同场景技术改造、应用优化，到开源领域深度技术研究，和技术爱好者们一起探讨。","authorslink":["https://zhuanlan.zhihu.com/ServerlessGo"],"translators":null,"translatorslink":null,"tags":["云原生","Serverless"],"keywords":"serverless 入门,serverless 框架,腾讯云 serverless","outdated":null},"wordCount":{"words":36,"sentences":9,"paragraphs":9},"fileAbsolutePath":"/opt/build/repo/content/blog/2019-04-08-k8s.md","fields":{"slug":"/blog/2019-04-08-k8s/","keywords":["serverless","云原生","serverless","Serverless","技术","原生","serverlesscloud","github"]}}},{"node":{"id":"25f709db-cde0-59d7-81f4-944c46a6dd8a","frontmatter":{"thumbnail":"https://img.serverlesscloud.cn/2020414/1586880571672-%E5%B0%81%E9%9D%A2%E5%9B%BE%20%285%29.png","authors":["serverless 社区"],"categories":["news"],"date":"2019-04-04T00:00:00.000Z","title":"Serverless 技术风暴来袭，开发者该如何应对？","description":"Hello Serverless技术沙龙北京站，将围绕Serverless的应用场景，客户案例，FaaS+BaaS架构的实现方案等，针对未来的无服务形态进行交流和讨论，释放技术想象！","authorslink":["https://zhuanlan.zhihu.com/ServerlessGo"],"translators":null,"translatorslink":null,"tags":["应用场景","Serverless"],"keywords":"serverless 入门,serverless 框架,腾讯云 serverless","outdated":null},"wordCount":{"words":37,"sentences":8,"paragraphs":8},"fileAbsolutePath":"/opt/build/repo/content/blog/2019-04-04-technology-storm.md","fields":{"slug":"/blog/2019-04-04-technology-storm/","keywords":["serverless","Serverless","serverless","serverlesscloud","github","技术","架构","围绕"]}}},{"node":{"id":"4bc4d946-6187-5c3d-91c6-d98c4c4c1314","frontmatter":{"thumbnail":"https://img.serverlesscloud.cn/2020414/1586880172144-%E5%B0%81%E9%9D%A2%E5%9B%BE%20%284%29.png","authors":["serverless 社区"],"categories":["news"],"date":"2019-06-11T00:00:00.000Z","title":"一图读懂无服务器云函数","description":"本图将重要信息进行梳理和提炼，帮助读者更好的理解无服务器云函数的理念和作用","authorslink":["https://zhuanlan.zhihu.com/ServerlessGo"],"translators":null,"translatorslink":null,"tags":["云函数","Serverless"],"keywords":"serverless 入门,serverless 框架,腾讯云 serverless","outdated":null},"wordCount":{"words":31,"sentences":6,"paragraphs":6},"fileAbsolutePath":"/opt/build/repo/content/blog/2019-06-11-one-picture-serverless-cloud-function.md","fields":{"slug":"/blog/2019-06-11-one-picture-serverless-cloud-function/","keywords":["serverless","无服务器","无服务器云函数","云函数","serverless","serverlesscloud","Serverless","github","开发者","函数"]}}},{"node":{"id":"1cd76f95-14a9-5fd5-926b-456af189b7ed","frontmatter":{"thumbnail":"https://img.serverlesscloud.cn/2020326/1585217744291-%E6%91%84%E5%9B%BE%E7%BD%91_400730082_wx.jpg","authors":["朱峰 Ben"],"categories":["news"],"date":"2019-10-14T00:00:00.000Z","title":"由浅入深说 Serverless 之云函数的生命周期","description":"希望通过文章分享帮助大家更深入的了解 Serverless 背后的机制并掌握相关的最佳实践。","authorslink":["https://github.com/jiangliu5267"],"translators":null,"translatorslink":null,"tags":["云函数"],"keywords":"Serverless, Serverless前端开发, Serverless云函数","outdated":null},"wordCount":{"words":74,"sentences":29,"paragraphs":29},"fileAbsolutePath":"/opt/build/repo/content/blog/2019-10-14-serverless-cloud-function.md","fields":{"slug":"/blog/2019-10-14-serverless-cloud-function/","keywords":["faas","java","云函数","函数","触发","实例","事件","数据库","启动","连接","sql","代码"]}}},{"node":{"id":"4f16f8bc-1a35-5394-9029-f7abc2ad6137","frontmatter":{"thumbnail":"https://img.serverlesscloud.cn/qianyi/images/YHl6UWa9s629ucl0iaVcic8rL06uEBM5go4LSXiaHnibDJSBjLGAhGlWz3QZ1RZzd3NeCibjJxOyUApDO7TaPYcwxsw.jpg","authors":["Serverless 中文网"],"categories":["news"],"date":"2019-10-26T00:00:00.000Z","title":"Hello Serverless 实战沙龙回顾","description":"2019 年 10 月 26 日，Hello Serverless 沙龙活动在广州市海珠区腾讯众创空间成功举办，一起看看我们都为大家准备了哪些精彩的演讲吧！","authorslink":["https://github.com/jiangliu5267"],"translators":null,"translatorslink":null,"tags":["Meetup"],"keywords":"Serverless, Serverless技术沙龙,Hello Serverless","outdated":null},"wordCount":{"words":64,"sentences":13,"paragraphs":13},"fileAbsolutePath":"/opt/build/repo/content/blog/2019-10-26-hello-serverless-meetup.md","fields":{"slug":"/blog/2019-10-26-hello-serverless-meetup/","keywords":["go","serverless","云函数","云原生","Serverless","存储","腾讯","serverlesscloud"]}}}],"totalCount":46}},"pageContext":{"isCreatedByStatefulCreatePages":false,"blogId":"1e898753-2af6-5fad-aef7-d6c9022b5585","previousBlogId":"623e3f00-9b6f-5ee8-b5c8-57b386e28cb4","nextBlogId":"5443d9c6-5c8f-5984-84a6-1c1fdfda3bda","categories":["news"]}}}