aws-samples / serverless-patterns

Serverless patterns. Learn more at the website: https://serverlessland.com/patterns.
https://serverlessland.com
Other
1.56k stars 918 forks source link

[New repo]: Micro-Frontends in AWS #1121

Closed lucamezzalira closed 1 year ago

lucamezzalira commented 1 year ago

Description

Micro-Frontends are the technical representation of a business subdomain, they allow independent implementations with the same or different technology, they should minimize the code shared with other subdomains and they are own by a single team.

These characteristics might seem familiar if you have built distibuted systems in the past. Micro-Frontends are the answer when you need to scale your organizations having multiple teams working together in the same project.

In this repository we collect examples to implement Micro-Frontends in AWS, leveraging several AWS services that represents the building blocks for stitching together distributed architecterues not only for the backend but now for the frontend too.

language

English

runtime

Node.js

Level

400

Type

Examples

Use case

Interactive workload

Primary image

https://github.com/aws-samples/ssr-micro-frontends/raw/main/images/diagram.png

IaC framework

AWS SAM, AWS CDK

AWS Serverless services used

Description headline

Server-Side Rendering Micro-Frontends in AWS

Repo URL

https://github.com/aws-samples/ssr-micro-frontends

Additional resources

No response

Author Name

Luca Mezzalira

Author Image URL

https://miro.medium.com/max/2400/1*5F16W-IYa89gvYxKWRUQHQ.jpeg

Author Bio

Luca Mezzalira is principal serverless specialist solutions architect at AWS, an international speaker, and books author. Over the past 20 years, he’s mastered software architectures from frontend to the cloud, providing the right solution for the context of the job at hand.

Author Twitter handle

https://twitter.com/lucamezzalira

Author LinkedIn URL

https://www.linkedin.com/in/lucamezzalira

leave

No response

jbesw commented 1 year ago

Thanks! This is now live at https://serverlessland.com/repos/ssr-micro-frontends.