Please enable JavaScript.
Coggle requires JavaScript to display documents.
Serverless Applications, CloudFormation - Coggle Diagram
Serverless Applications
Lambda
-
-
-
-
-
-
-
-
-
-
-
-
Concurrency
-
Initializes a requested number of instances, so they are prepared to respond immediately to a function’s invocations
-
-
-
-
-
App-Facing Front
API Gateway
-
-
secure HTTP endpoint to invoke your Lambda function and can help manage large volumes of calls to your function by throttling traffic and automatically validating and authorizing API calls.
-
-
-
-
-
-