Functions-as-a-Service
Functions-as-a-Service (FaaS) brings a new way of building applications with microservices architecture firmly at its core.
Microservices
FaaS is very much language specific, but breaks the code up into individual microservices, which can be written and maintained independently.
External Triggers
Triggered by HTTPS request, messaging subscription or a file/ DB update, FaaS typically runs a single request and end; thus making them predictable.
Flexible Containers
Serverless containers allow developers to package microservices into containers and trigger at runtime.
All Agnostic
Containers can be built using any base OS, any language and any other installed packages.
Cost Benefits
Serverless containers can run multiple requests concurrently, making them cost-effective to deploy and manage.
Copyright © 2021 Quad | Privacy Policy | Cookie Policy
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
Copyright © 2022 Quad