1. 首页
  2. 移动开发
  3. 其他
  4. cloud aws cloudformation helpers js:简化了AWS CloudFormation堆栈工作的Helper函数 源码

cloud aws cloudformation helpers js:简化了AWS CloudFormation堆栈工作的Helper函数 源码

上传者: 2021-03-29 20:01:05上传 ZIP文件 257.83KB 热度 18次
CloudFormation助手 帮助程序功能可简化使用AWS CloudFormation堆栈的工作。 安装 npm i --save-dev @nordicsemiconductor/cloudformation-helpers 用法 cfnResponse cfnResponse实现发送自定义资源响应。 import { cfnResponse , ResponseStatus , } from "@nordicsemiconductor/cloudformation-helpers" ; import { CloudFormationCustomResourceEvent } from "aws-lambda" ; /** * Lambda creating a custom resource */ export const handler = async (
用户评论