jonmatumalpha
conceptsnotesexperimentsessays

© 2026 Jonatan Mata · alpha · v0.1.0

#serverless

16 articles tagged #serverless.

  • AWS API Gateway

    AWS managed service for creating, publishing, and managing REST, HTTP, and WebSocket APIs that act as entry points to Lambda functions and other backend services.

    seed#aws#api-gateway#serverless#rest#http#websocket
  • AWS Bedrock

    AWS managed service providing access to foundation models from multiple providers (Anthropic, Meta, Mistral) via API, without managing ML infrastructure.

    seed#aws#bedrock#llm#ai#foundation-models#serverless
  • AWS DynamoDB

    AWS serverless NoSQL database with single-digit millisecond latency at any scale, ideal for applications requiring high performance and automatic scalability.

    seed#aws#dynamodb#nosql#serverless#database#key-value
  • AWS EventBridge

    AWS serverless event bus connecting applications using events, enabling decoupled event-driven architectures with rule-based routing.

    seed#aws#eventbridge#events#serverless#event-driven#integration
  • AWS Fargate

    Serverless compute engine for containers that eliminates server management, allowing Docker container execution paying only for consumed resources.

    seed#aws#fargate#serverless#containers#docker#ecs
  • AWS Lambda

    AWS serverless compute service that runs code in response to events without provisioning or managing servers, automatically scaling from zero to thousands of concurrent executions.

    seed#aws#lambda#serverless#faas#event-driven#cloud
  • AWS S3

    AWS object storage service with 99.999999999% durability, unlimited scalability, and multiple storage classes for cost optimization.

    seed#aws#s3#storage#serverless#object-storage#cloud
  • AWS SAM

    AWS open-source framework for building serverless applications with simplified CloudFormation syntax, CLI for local development, and integrated deployment.

    seed#aws#sam#serverless#cloudformation#cli#local-development
  • AWS SNS

    AWS pub/sub messaging service that distributes messages to multiple subscribers simultaneously, enabling fan-out patterns and notifications at scale.

    seed#aws#sns#messaging#pub-sub#notifications#serverless
  • AWS SQS

    AWS fully managed message queue service that decouples distributed application components, guaranteeing message delivery with unlimited scalability.

    seed#aws#sqs#messaging#queue#serverless#decoupling
  • AWS Step Functions

    AWS serverless orchestration service that coordinates multiple services into visual workflows, with built-in error handling, retries, and parallel execution.

    seed#aws#step-functions#orchestration#serverless#workflow#state-machine
  • Devcontainer Serverless Fullstack Template

    Devcontainer template for serverless fullstack development with Python backend, React frontend, and local AWS services.

    seed#devcontainer#serverless#docker#python#react#template
  • Serverless

    Cloud computing model where the provider manages infrastructure automatically, allowing code execution without provisioning or managing servers, paying only for actual usage.

    evergreen#serverless#cloud#faas#event-driven#aws#scaling
  • Serverless First Presentation

    Slidev presentation on 10 reasons to adopt a serverless-first architecture. Deployed on GitHub Pages.

    seed#serverless#presentation#slidev#architecture#cloud-native
  • Serverless Lab

    Personal lab for serverless architecture experiments: prototypes, patterns, and learnings about event-driven applications on AWS.

    seed#serverless#aws#lambda#event-driven
  • Terraform AWS Serverless Modules

    Collection of 13 Terraform modules published on the Terraform Registry for deploying serverless architectures on AWS, with 12 examples covering basic ECS to full-stack CRUD with DynamoDB and AgentCore with MCP.

    evergreen#terraform#aws#serverless#ecs#lambda#api-gateway#dynamodb#well-architected#fargate#mcp#cloudfront#waf#sqs#sns
All tags