1 - Going Serverless Flashcards
Two Serverless Criteria
Consumed as utility service & incurs cost only when used
Tier
A module boundary that provides isolation btw major components of a sys. Tiers can multiple layers
Layers
Logical slices that carry out specific responsibilities in an app.
SOA
Service-oriented architecture / Microservice arch. Architectural approach which creates autonomous service that communicate via msg passing & often have a schema/contact that defines how msg are created/exchanged
FaaS
Function as a Service. Running arbitrary code without provisioning infrastructure to run it as a service or pay for the infrastructure
What is AWS’s version of FaaA?
AWS Lambda
What is AWS’s version of FaaA?
AWS Lambda
What is AWS’s version of FaaA?
AWS Lambda
Serverless Containers
Leveraging containers to implement custom logic & using the containers as a utility service & incurring costs only when the container runs
What is AWS’s version of serverless container
AWS Fargate
Explain the differences of Serverless vs SOA
In Serverless, custom code is written & executed as isolated, indep, & often granular function, where every component is a service. SOA is an arch with autonomous service that communicate via msg passing