Add content for Serverless (#1104)

Add description and resources for serverless
pull/1109/head
Kyle Thorpe 3 years ago committed by GitHub
parent 0e83a361e3
commit dff393a20b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      content/roadmaps/101-backend/content/115-architectural-patterns/104-serverless.md

@ -1 +1,8 @@
# Serverless
# Serverless
Serverless is an architecture in which a developer builds and runs applications without provisioning or managing servers. With cloud computing/serverless, servers exist but are managed by the cloud provider. Resources are used as they are needed, on demand and often using auto scaling.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.ibm.com/cloud/learn/serverless'>Serverless</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://aws.amazon.com/serverless/'>AWS Services</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=W_VV2Fx32_Y&ab_channel=Fireship'>Serverless Computing in 100 Seconds</BadgeLink>

Loading…
Cancel
Save