CloudFront配置可用于处理哪些微前端应用程序?

huangapple go评论63阅读模式
英文:

Is CloudFront configurations be used to handle what Micro-frontend applications?

问题

亚马逊云前端具有配置路径到多个 S3 资产的能力,这些资产可以是由多个团队维护的 React 应用程序。如果是这种情况,那么在云前端可以做到的情况下,为什么使用 AWS 的团队会使用微前端呢?

我有一个单一的需求,但我不确定哪种方式最适合。我知道单页面应用程序(SPA)可以在这里提供帮助,但我不清楚我们将获得哪些额外的好处。我们也在使用身份验证。如何将SPA作为微前端与亚马逊云前端一起使用?

英文:

Amazon CloudFront has capability to configure path to multiple S3 assets which can be like react application maintained by multiple teams. If this is the case, why would teams using AWS ever use micro frontend when CloudFront can do it.

I have a single requirement, but I am not sure which is best suited. I know single SPA (Single Page Application) can help here, but I have knowledge gap what additional benefits we will get. We are using authentication as well. How to use SPA as Micro-frontend work with Amazon CloudFront?

答案1

得分: 1

在成功登录后,父应用程序从CloudFront检索子应用程序并在父应用程序内呈现它们。

来源:https://aws.amazon.com/blogs/architecture/micro-frontend-architectures-on-aws。

是的,您可以使用Amazon CloudFront创建微前端。

英文:

Quote:

> After a successful login, the parent application retrieves the child
> applications
from CloudFront and renders them inside the parent
> application.

Source https://aws.amazon.com/blogs/architecture/micro-frontend-architectures-on-aws .

Yes, you can make micro-front-end with Amazon CloudFront.

huangapple
  • 本文由 发表于 2023年7月20日 08:29:27
  • 转载请务必保留本文链接:https://go.coder-hub.com/76725961.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定