Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

7 lines
739 B

# Serverless
Serverless architecture (also known as serverless computing or function as a service, FaaS) is a software design pattern where applications are hosted by a third-party service, eliminating the need for server software and hardware management by the developer. Applications are broken up into individual functions that can be invoked and scaled individually.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://aws.amazon.com/lambda/serverless-architectures-learn-more/'>Serverless Architectures By AWS</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://martinfowler.com/articles/serverless.html'>Serverless in Detail</BadgeLink>