1回答
- 新しい順
- 投票が多い順
- コメントが多い順
1
Hello,
We have best practices documented here
On top of that I would recommend looking at the Well Architected Serverless Lens, which has a lot of recommendations for running production grade serverless apps.
There are many services, tools, and frameworks that can help you deploy your apps / functions. To start off with I recommend taking a look at features such as:
- Stages for API Gateway
- Versions and Aliases for Lambda
- Using SAM and Safe Deployments
- AWS Step Functions: Workflows for development and testing
- Serverless CICD reference deployment
ServerlessLand also has a ton of resources.
関連するコンテンツ
- 質問済み 6年前
- AWS公式更新しました 3年前
- AWS公式更新しました 3年前