Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

AWS 无服务器部署简介


无服务器部署简介

部署是将当前应用程序代码传输到服务器。

如果没有服务器,“部署”可能会有不同的含义。

无论计算服务是什么,您仍然在使用代码。

由于您正在快速交付新代码,因此请确保对其进行了正确的测试。

您必须能够验证部署正确性和整体客户满意度。


无服务器部署简介视频

W3schools.com 与 Amazon Web Services 合作,为我们的学生提供数字培训内容。


确保部署成功

为了确保代码的成功部署,您需要一些东西。

您需要查看部署期间的修改。

您可以使用 AWS CloudTrail 收集事件并收到部署更改的警报。

您还需要自动化一些活动。


自动化活动

您可以自动化一些活动,例如在部署失败时通知您的运维团队。

Lambda 函数也会自动监控。

成功部署还需要能够延迟或回滚失败的部署。

在发生故障时,恢复到以前的、更可靠的代码版本至关重要。

对于无服务器工作负载,以计划和自动化的方式部署更新至关重要。

成功的部署不会被客户注意到。

自动化减少了人为错误,并为验证更改建立了正式流程。


相关阅读

监控和故障排除 Lambda 应用程序

AWS 无服务器练习

通过练习测试自己

练习

填空。

Deployment is  the current application to a 

开始练习


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.