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.