Serverless computing: Difference between revisions

Content deleted Content added
added back red link in body - this article needs to be created
Undid revision 763832260 by Greenrd (talk): term "API management platform" appears in other articles but isn't linked: WP:WTAF
Line 6:
Serverless code can be used in conjunction with code written in traditional server style, such as [[microservices]]. For example, part of a [[web application]] could be written as microservices and another part could be written as serverless code. Alternatively, an application could be written that uses no provisioned servers at all, being completely serverless.<ref name='lambda-api-gateway'/>
 
Serverless code can either be triggered by specific events (such as user registration with [[Amazon Cognito]]), or be configured to run behind an [[API management platform]] in order to expose it as a [[REST API]] endpoint.<ref name='lambda-api-gateway'/>
 
== History ==