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 无服务器 Web 应用和移动应用


无服务器 Web 应用和移动应用

开启无服务器 Web 应用架构模块的模式是

  • 处理 HTTP 请求的 API 网关
  • 处理应用层的 Lambda
  • 处理数据库的 DynamoDB

应尽可能使用异步连接。

一些最佳实践包括:

  • 尽可能使用托管服务
  • 不要仅仅移植您的代码
  • 跟上无服务器应用的发展
  • 利用 Step Functions 进行状态控制
  • 将事件保留在 AWS 服务中
  • 验证所有服务限制

无服务器 Web 应用和移动应用视频

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


需求

Web 应用访问需要身份验证。

Amazon Cognito 可用于注册和登录。

您可以创建一个 S3 存储桶来存储网站资产。

您可以使用 CloudFront 分发来将这些资产提供给全球用户。

请记住,用户希望获得实时数据和功能丰富的应用程序。

他们还希望应用程序实现离线和慢连接功能。

数据应在不同设备之间同步。

您必须同时支持事务数据和查询数据。

建议使用 AWS AppSync 将应用程序连接到各种后端服务。


AWS 无服务器练习

通过练习测试自己

练习

哪个 AWS 服务可用于用户身份验证?

AWS 

开始练习


×

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.