Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

Serverless Computing

25

Flashcards

0/25

Still learning
StarStarStarStar

Serverless Framework

StarStarStarStar

An open-source framework designed to build and deploy serverless architectures on various cloud providers with ease, abstracting away provider-specific details.

StarStarStarStar

Provisioned Concurrency

StarStarStarStar

A feature of AWS Lambda that keeps functions initialized and ready to respond in milliseconds, by provisioning a certain number of instances ahead of time.

StarStarStarStar

Concurrency

StarStarStarStar

The concept of executing multiple tasks or operations simultaneously within a serverless environment, which affects the throughput and scaling capabilities of serverless applications.

StarStarStarStar

Microservices

StarStarStarStar

An architectural style that structures an application as a collection of services that are highly maintainable, testable, loosely coupled, independently deployable, and organized around business capabilities.

StarStarStarStar

Cloud Functions for Firebase

StarStarStarStar

Google's serverless framework that lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests.

StarStarStarStar

Serverless Application Model (SAM)

StarStarStarStar

An AWS framework for deploying serverless applications. It extends AWS CloudFormation with a simplified syntax for expressing serverless resources.

StarStarStarStar

Serverless Architecture

StarStarStarStar

A design pattern where applications are hosted by a third-party service, eliminating the need for server software and hardware management by the developer.

StarStarStarStar

Step Functions

StarStarStarStar

A serverless orchestrator that makes it easy to sequence AWS Lambda functions and multiple AWS services into business-critical applications through visual workflows.

StarStarStarStar

Function as a Service (FaaS)

StarStarStarStar

A category of cloud services that provides a platform allowing customers to develop, run, and manage application functionalities without the complexity of building and maintaining infrastructure typically associated with developing and launching an app.

StarStarStarStar

Stateless Functions

StarStarStarStar

Functions that do not save any state between invocations. Each execution is independent, and any state must be stored externally.

StarStarStarStar

Event-driven Architecture

StarStarStarStar

An architecture pattern promoting the production, detection, consumption, and reaction to events. Serverless functions are often triggered in response to events.

StarStarStarStar

Infrastructure as Code (IaC)

StarStarStarStar

A process that manages and provisions computing infrastructure through machine-readable definition files, rather than physical hardware configuration or interactive configuration tools.

StarStarStarStar

Serverless Computing

StarStarStarStar

An execution model where the cloud provider dynamically manages the allocation and provisioning of servers. Developers write and deploy code without worrying about the underlying infrastructure.

StarStarStarStar

Azure Functions

StarStarStarStar

Microsoft Azure's serverless compute service that enables you to run event-triggered code without having to explicitly provision or manage infrastructure.

StarStarStarStar

Amazon API Gateway

StarStarStarStar

A fully managed service by AWS for creating, publishing, maintaining, monitoring, and securing REST, HTTP, and WebSocket APIs at any scale.

StarStarStarStar

DynamoDB

StarStarStarStar

Amazon's NoSQL database service, fully managed and offering fast and predictable performance with seamless scalability, often used in serverless applications.

StarStarStarStar

CloudEvents

StarStarStarStar

A specification for describing event data in a common way, designed to ease event declaration and delivery across services, platforms, and systems.

StarStarStarStar

Continuous Integration/Continuous Deployment (CI/CD)

StarStarStarStar

A method to frequently deliver apps to customers by introducing automation into the stages of app development. The main concepts attributed to CI/CD are continuous integration, continuous deployment, and continuous delivery.

StarStarStarStar

Idempotency

StarStarStarStar

The property of being able to apply the same operation multiple times without changing the result beyond the initial application, important for reliable serverless operations.

StarStarStarStar

Google Cloud Functions

StarStarStarStar

Google Cloud Platform's serverless execution environment for building and connecting cloud services with code executed in response to events.

StarStarStarStar

Cold Start

StarStarStarStar

The latency time a serverless function experiences when it is invoked for the first time or after a period of inactivity, resulting in a delay due to initializing the runtime environment.

StarStarStarStar

API Gateway

StarStarStarStar

A managed service that allows developers to create, publish, maintain, monitor, and secure APIs at any scale, often used as the entry point for serverless applications.

StarStarStarStar

Event Sources

StarStarStarStar

The origin of the data that triggers serverless functions to execute, which can range from webhooks to state changes in database services.

StarStarStarStar

AWS Lambda

StarStarStarStar

Amazon Web Services' serverless compute service that lets you run code without provisioning or managing servers, with scalable automatic scaling based on the application workload.

StarStarStarStar

Amazon S3

StarStarStarStar

Amazon Simple Storage Service provides scalable object storage for data backup, archiving, and analytics, and can be used to host static serverless websites.

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.