Jonatan Matajonmatum.com
conceptsnotesexperimentsessays
© 2026 Jonatan Mata. All rights reserved.v2.1.1

#aws

26 articles tagged #aws.

  • 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.

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

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

    evergreen#aws#bedrock#llm#ai#foundation-models#serverless
  • AWS CDK

    AWS infrastructure as code framework that allows defining cloud resources using programming languages like TypeScript, Python, or Java, generating CloudFormation.

    evergreen#aws#cdk#iac#typescript#cloudformation#devops
  • AWS CloudFormation

    AWS native service for defining and provisioning infrastructure as code using YAML or JSON templates, with state management and automatic rollback.

    evergreen#aws#cloudformation#iac#yaml#provisioning#devops
  • AWS DynamoDB

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

    evergreen#aws#dynamodb#nosql#serverless#database#key-value
  • AWS ECS

    AWS container orchestration service that runs and scales Docker applications without managing the underlying cluster infrastructure.

    evergreen#aws#ecs#containers#docker#orchestration#cloud
  • AWS EventBridge

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

    evergreen#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.

    evergreen#aws#fargate#serverless#containers#docker#ecs
  • AWS IAM

    AWS identity and access management service controlling who can do what in your account, with granular policies based on the principle of least privilege.

    evergreen#aws#iam#security#identity#access-control#policies
  • 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.

    evergreen#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.

    evergreen#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.

    evergreen#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.

    evergreen#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.

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

    AWS serverless orchestration service that coordinates multiple services into visual workflows using Amazon States Language (ASL), with built-in error handling, retries, and parallel execution.

    evergreen#aws#step-functions#orchestration#serverless#workflow#state-machine#asl
  • AWS Well-Architected Framework

    AWS framework with six pillars of best practices for designing and operating reliable, secure, efficient, and cost-effective cloud systems.

    evergreen#aws#well-architected#best-practices#cloud#architecture#pillars
  • Building a Second Brain in Public

    Chronicle of building a second brain with a knowledge graph, bilingual pipeline, and agent endpoints — in days, not weeks, and what that teaches about the gap between theory and working systems.

    evergreen#second-brain#pkm#building-in-public#knowledge-graph#bilingual#ai#aws#serverless
  • Cost Optimization

    Practices and strategies to minimize cloud spending without sacrificing performance, including right-sizing, reservations, spot instances, and eliminating idle resources.

    evergreen#cost-optimization#finops#cloud#aws#savings#efficiency
  • Devcontainer Amazon Linux Workspace

    Amazon Linux-based devcontainer template for AWS-compatible development environments.

    seed#devcontainer#docker#amazon-linux#aws
  • From Prototype to Production: A Serverless Second Brain on AWS

    Architecture design for scaling a personal second brain to a production system with AWS serverless — from the current prototype to specialized use cases in legal, research, and community building.

    evergreen#second-brain#aws#serverless#architecture#production#community#bedrock#dynamodb#lambda#mcp
  • 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 Lab

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

    seed#serverless#aws#lambda#event-driven
  • Serverless Second Brain

    Production-ready serverless backend for a personal knowledge graph — DynamoDB, Lambda, Bedrock, MCP, Step Functions. The implementation of the architecture described in the 'From Prototype to Production' essay.

    evergreen#serverless#aws#knowledge-graph#second-brain#terraform#bedrock#dynamodb#mcp#agentcore#lambda#architecture#production
  • Strands Agents

    Open source SDK from AWS for building AI agents with a model-driven approach. Functional agents in a few lines of code, with multi-model support, custom tools, MCP, multi-agent, and built-in observability.

    evergreen#ai#agents#sdk#open-source#aws#mcp
  • Takeaways: The Renaissance Developer — Dr. Werner Vogels

    Key takeaways from Dr. Werner Vogels' final keynote at AWS re:Invent 2025, where he presents the Renaissance Developer framework and argues why AI will not replace developers who evolve.

    evergreen#aws#reinvent#keynote#werner-vogels#renaissance-developer#systems-thinking#kiro#spec-driven-development
  • 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