Content deleted Content added
→See also: removed red link and link that is already in article body, per WP:NOTSEEALSO; no external links in article body per WP:EL |
added back red link in body - this article needs to be created |
||
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 ==
|