1 回答
- 最新
- 投票最多
- 评论最多
0
【以下的回答经过翻译处理】 你好,
我们在这里有文档记录了最佳实践(https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html)
此外,我建议查看Serverless Lens(https://docs.aws.amazon.com/wellarchitected/latest/serverless-applications-lens/welcome.html),其中提供了很多关于运行生产级别无服务器应用的建议。
有许多服务、工具和框架可以帮助您部署应用程序/函数。首先,我建议查看以下功能:
- API Gateway 的 Stages(https://docs.aws.amazon.com/apigateway/latest/developerguide/canary-release.html)
- Lambda 的 Versions 和 Aliases(https://docs.aws.amazon.com/lambda/latest/dg/configuration-versions.html)
- 使用 SAM 和安全部署(https://aws.amazon.com/cn/blogs/compute/implementing-safe-aws-lambda-deployments-with-aws-codedeploy/)
- AWS Step Functions:用于开发和测试的工作流程(https://www.youtube.com/watch?v=X79vSGi3qGU&ab_channel=ServerlessLand)
- 无服务器 CICD 参考部署(https://aws.amazon.com/cn/solutions/partners/not-available/)
ServerlessLand(https://serverlessland.com/)也有大量资源供参考。
相关内容
- AWS 官方已更新 3 个月前
- AWS 官方已更新 5 个月前
- AWS 官方已更新 5 个月前