Deploy
The Serverless Framework is designed to provision functions, events and resources of FunctionGraph safely and quickly.
Deploying All
serverless deploy
Use this method when you have updated your function, event, or resource configuration in serverless.yml and you want to deploy that change (or multiple changes at the same time) to Huawei Cloud.
Working Principles
The Serverless Framework translates all syntax in serverless.yml to a configuration template.
- The provider plugin parses serverless.yml configuration and translates it to Huawei Cloud resources.
- The code of your functions is then packaged into a directory, zipped, and uploaded to the deployment bucket.
- Resources are deployed.
Use this in your CI/CD system, as it is the safest method for deployment.
Check out the deploy command docs for all the details and options.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot