amazon-web-services - 你能克隆 AWS lambda 吗?

标签 amazon-web-services aws-lambda

针对不同环境的克隆。暂存/QA/PROD/DEV 等

是否有一种快速简便的方法来克隆我的 lambda、提供不同的名称并从那里调整配置?

最佳答案

您需要在新账户中重新创建 Lambda 函数。转到 lambda 函数,单击 Action 并导出您的函数。

Download a deployment package (your code and libraries), and/or an AWS Serverless Application Model (SAM) file that defines your function, its events sources, and permissions.

You or others who you share this file with can use AWS CloudFormation to deploy and manage a similar serverless application. Learn more about how to deploy a serverless application with AWS CloudFormation.

关于amazon-web-services - 你能克隆 AWS lambda 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55941530/

相关文章:

python - AWS使用Lambda将文件从S3存储桶下载到Windows本地目录

amazon-web-services - 在附加了 SAML 提供程序的 AWS 中使用 Terraform 创建角色

node.js - 在 AWS Lambda 函数中通过 AWS SES 发送电子邮件

security - AWS 上的 100% 无服务器架构是否需要 VPC?

amazon-web-services - AWS Cloudwatch 事件 - 如何针对不同的时区触发?

amazon-web-services - Cloudfront 将 url 重写为 S3

python - Dynamodb 增量/唯一 ID 生成

javascript - 发出 Node https 请求的 AWS lambda 错误

amazon-web-services - AWS API Gateway 二进制损坏

ios - AWS Cognito : Problems logging back in immediately after logging out