[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-aws-connecting-lambda-to-api-gateway":3,"mdc--ya1ody-key":35,"related-repo-aws-connecting-lambda-to-api-gateway":168,"related-org-aws-connecting-lambda-to-api-gateway":270},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":30,"sourceUrl":33,"mdContent":34},"connecting-lambda-to-api-gateway","connect AWS Lambda to API Gateway","Connects an existing AWS Lambda function to Amazon API Gateway by creating a REST or HTTP API with resource\u002Fmethod setup, Lambda proxy integration, permissions, and deployment. Always use this skill when connecting Lambda to API Gateway — it handles CORS, throttling, access logging, and production security hardening that are easy to miss.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"aws","AWS (Amazon)","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Faws.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Deployment","deployment","tag",{"name":17,"slug":18,"type":15},"REST API","rest-api",{"name":20,"slug":21,"type":15},"API Development","api-development",{"name":23,"slug":8,"type":15},"AWS",1822,"https:\u002F\u002Fgithub.com\u002Faws\u002Fagent-toolkit-for-aws","2026-07-12T08:44:30.911884",null,157,[],{"repoUrl":25,"stars":24,"forks":28,"topics":31,"description":32},[],"Official, AWS-supported MCP servers, skills, and plugins to help AI agents build on AWS","https:\u002F\u002Fgithub.com\u002Faws\u002Fagent-toolkit-for-aws\u002Ftree\u002FHEAD\u002Fskills\u002Fspecialized-skills\u002Fserverless-skills\u002Fconnecting-lambda-to-api-gateway","---\nname: connecting-lambda-to-api-gateway\ndescription: Connects an existing AWS Lambda function to Amazon API Gateway by creating a REST or HTTP API with resource\u002Fmethod setup, Lambda proxy integration, permissions, and deployment. Always use this skill when connecting Lambda to API Gateway — it handles CORS, throttling, access logging, and production security hardening that are easy to miss.\nversion: 1\n---\n\n# Connecting Lambda to API Gateway\n\n## Overview\n\nDomain expertise for creating Amazon API Gateway REST APIs and connecting them to\nexisting Lambda functions. Covers API creation, resource and method setup, Lambda\nproxy integration, CORS configuration, security controls, deployment, and testing.\n\n## Connect a Lambda function to API Gateway\n\nTo create a REST API and wire it to a Lambda function, follow the procedure exactly.\nSee [Lambda to API Gateway connection procedure](references\u002Flambda-gateway-api.md).\n\nThe procedure supports configurable authorization types (NONE, AWS_IAM,\nCOGNITO_USER_POOLS, CUSTOM), optional API key requirements, CORS setup, and\nproduction security hardening including throttling and access logging.\n\n## Troubleshooting\n\n### 502 Bad Gateway\n\nThe Lambda function must return a proxy-compatible response with `statusCode`,\n`headers`, and a stringified `body`. See the full procedure for format details.\n\n### Permission denied invoking Lambda\n\nEnsure `lambda:InvokeFunction` permission was added with the correct API Gateway\nsource ARN. See the full procedure for details.\n\n### CORS errors in browser\n\nVerify `enable_cors` was set to true, the OPTIONS method was created, and CORS\nheaders are configured in both method and integration responses.\n",{"data":36,"body":38},{"name":4,"description":6,"version":37},1,{"type":39,"children":40},"root",[41,49,56,62,68,82,87,93,100,130,136,149,155],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","Connecting Lambda to API Gateway",{"type":42,"tag":50,"props":51,"children":53},"h2",{"id":52},"overview",[54],{"type":47,"value":55},"Overview",{"type":42,"tag":57,"props":58,"children":59},"p",{},[60],{"type":47,"value":61},"Domain expertise for creating Amazon API Gateway REST APIs and connecting them to\nexisting Lambda functions. Covers API creation, resource and method setup, Lambda\nproxy integration, CORS configuration, security controls, deployment, and testing.",{"type":42,"tag":50,"props":63,"children":65},{"id":64},"connect-a-lambda-function-to-api-gateway",[66],{"type":47,"value":67},"Connect a Lambda function to API Gateway",{"type":42,"tag":57,"props":69,"children":70},{},[71,73,80],{"type":47,"value":72},"To create a REST API and wire it to a Lambda function, follow the procedure exactly.\nSee ",{"type":42,"tag":74,"props":75,"children":77},"a",{"href":76},"references\u002Flambda-gateway-api.md",[78],{"type":47,"value":79},"Lambda to API Gateway connection procedure",{"type":47,"value":81},".",{"type":42,"tag":57,"props":83,"children":84},{},[85],{"type":47,"value":86},"The procedure supports configurable authorization types (NONE, AWS_IAM,\nCOGNITO_USER_POOLS, CUSTOM), optional API key requirements, CORS setup, and\nproduction security hardening including throttling and access logging.",{"type":42,"tag":50,"props":88,"children":90},{"id":89},"troubleshooting",[91],{"type":47,"value":92},"Troubleshooting",{"type":42,"tag":94,"props":95,"children":97},"h3",{"id":96},"_502-bad-gateway",[98],{"type":47,"value":99},"502 Bad Gateway",{"type":42,"tag":57,"props":101,"children":102},{},[103,105,112,114,120,122,128],{"type":47,"value":104},"The Lambda function must return a proxy-compatible response with ",{"type":42,"tag":106,"props":107,"children":109},"code",{"className":108},[],[110],{"type":47,"value":111},"statusCode",{"type":47,"value":113},",\n",{"type":42,"tag":106,"props":115,"children":117},{"className":116},[],[118],{"type":47,"value":119},"headers",{"type":47,"value":121},", and a stringified ",{"type":42,"tag":106,"props":123,"children":125},{"className":124},[],[126],{"type":47,"value":127},"body",{"type":47,"value":129},". See the full procedure for format details.",{"type":42,"tag":94,"props":131,"children":133},{"id":132},"permission-denied-invoking-lambda",[134],{"type":47,"value":135},"Permission denied invoking Lambda",{"type":42,"tag":57,"props":137,"children":138},{},[139,141,147],{"type":47,"value":140},"Ensure ",{"type":42,"tag":106,"props":142,"children":144},{"className":143},[],[145],{"type":47,"value":146},"lambda:InvokeFunction",{"type":47,"value":148}," permission was added with the correct API Gateway\nsource ARN. See the full procedure for details.",{"type":42,"tag":94,"props":150,"children":152},{"id":151},"cors-errors-in-browser",[153],{"type":47,"value":154},"CORS errors in browser",{"type":42,"tag":57,"props":156,"children":157},{},[158,160,166],{"type":47,"value":159},"Verify ",{"type":42,"tag":106,"props":161,"children":163},{"className":162},[],[164],{"type":47,"value":165},"enable_cors",{"type":47,"value":167}," was set to true, the OPTIONS method was created, and CORS\nheaders are configured in both method and integration responses.",{"items":169,"total":269},[170,187,200,215,228,238,253],{"slug":171,"name":171,"fn":172,"description":173,"org":174,"tags":175,"stars":24,"repoUrl":25,"updatedAt":186},"agents-build","add capabilities to existing agent projects","Use when adding capabilities to an existing agent project — memory, app integration, VPC, multi-agent, migration, model changes, browser, code interpreter, or resource removal. Triggers on: \"add memory\", \"remember across sessions\", \"call agent from app\", \"invoke agent from code\", \"auth to call agent\", \"streaming responses\", \"VPC\", \"VPC connectivity\", \"VPC error\", \"can't reach from VPC\", \"multi-agent\", \"A2A\", \"A2A auth\", \"orchestrator not delegating\", \"specialist not called\", \"migrate Bedrock Agent\", \"after import\", \"migration issue\", \"framework for migration\", \"change model\", \"browser tool\", \"code interpreter\", \"delete agent\", \"tear down\", \"agentcore remove\", \"cross-account memory\", \"resource-based policy on memory\", \"pay for x402 content\", \"402 Payment Required\", \"microtransactions\", \"paid API or tool\". Not for connecting to external APIs via Gateway — use agents-connect. Not for scaffolding a new project — use agents-get-started. Not for CLI\u002Fdev server errors — use agents-debug. Strands vs LangGraph in a migration context routes here.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[176,179,182,183],{"name":177,"slug":178,"type":15},"Agents","agents",{"name":180,"slug":181,"type":15},"Automation","automation",{"name":23,"slug":8,"type":15},{"name":184,"slug":185,"type":15},"Engineering","engineering","2026-07-12T08:42:53.812877",{"slug":188,"name":188,"fn":189,"description":190,"org":191,"tags":192,"stars":24,"repoUrl":25,"updatedAt":199},"agents-connect","connect agents to external services","Use when connecting your agent to external APIs, tools, or services via Gateway, or restricting tool access with Cedar policies. Handles gateway setup, target types, outbound auth (OAuth, API key, IAM), credentials, and Cedar policy authoring. Triggers on: \"connect to API\", \"add gateway\", \"connect to MCP server\", \"Lambda tools\", \"OpenAPI\", \"gateway target\", \"Cedar policy\", \"restrict tools\", \"policy engine\", \"gateway auth error\", \"store API key\", \"outbound credential\", \"env var API key\", \"API key None after deploy\", \"credential not available after deploy\", \"should this be a gateway target\", \"give my agent tools\", \"add tools to agent\". Not for inbound auth (who can call your agent) — use agents-harden. Not for debugging agent behavior — use agents-debug. Not for VPC networking errors (agent can't reach APIs due to VPC) — use agents-build. Not for creating or hosting a new MCP server project — use agents-get-started.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[193,194,195,198],{"name":177,"slug":178,"type":15},{"name":20,"slug":21,"type":15},{"name":196,"slug":197,"type":15},"Authentication","authentication",{"name":23,"slug":8,"type":15},"2026-07-16T06:00:38.866147",{"slug":201,"name":201,"fn":202,"description":203,"org":204,"tags":205,"stars":24,"repoUrl":25,"updatedAt":214},"agents-debug","debug agent and environment issues","Use when your agent or environment is broken — wrong answers, errors, timeouts, tool failures, or CLI issues. Reads traces and logs to diagnose root causes. Also checks prerequisites when the CLI itself isn't working. Triggers on: \"agent not working\", \"wrong answer\", \"agent error\", \"tool call failing\", \"debug agent\", \"check logs\", \"read traces\", \"broken\", \"500 error\", \"424 error\", \"model access denied\", \"command not found\", \"stuck in DELETING\", \"maxVms exceeded\", \"cold start diagnosis\", \"cold start slow\", \"agentcore create error\", \"create failed\", \"exit code 7\", \"connection refused local dev\". Not for deploy failures — use agents-deploy. Not for performance tuning without errors — use agents-optimize. Not for VPC configuration — use agents-build. Not for observability setup or missing logs — use agents-optimize.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[206,207,208,211],{"name":177,"slug":178,"type":15},{"name":23,"slug":8,"type":15},{"name":209,"slug":210,"type":15},"Debugging","debugging",{"name":212,"slug":213,"type":15},"Observability","observability","2026-07-16T06:00:44.679093",{"slug":216,"name":216,"fn":217,"description":218,"org":219,"tags":220,"stars":24,"repoUrl":25,"updatedAt":227},"agents-deploy","deploy AI agents to AWS","Use when deploying your agent to AWS, or when a deploy has failed. Handles pre-flight validation, CDK\u002FIAM\u002Fquota error diagnosis, version management, rollback, and canary deployments. Triggers on: \"deploy my agent\", \"agentcore deploy\", \"deploy failed\", \"CDK error\", \"rollback\", \"canary deploy\", \"pin version\", \"redeploy\", \"deploy stuck\". Not for production hardening — use agents-harden. Not for adding capabilities before deploy — use agents-build or agents-connect. Not for VPC configuration errors — use agents-build.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[221,222,223,226],{"name":177,"slug":178,"type":15},{"name":23,"slug":8,"type":15},{"name":224,"slug":225,"type":15},"CI\u002FCD","ci-cd",{"name":13,"slug":14,"type":15},"2026-07-12T08:42:55.059577",{"slug":229,"name":229,"fn":230,"description":231,"org":232,"tags":233,"stars":24,"repoUrl":25,"updatedAt":237},"agents-get-started","scaffold and deploy new agent projects","Use when a developer wants to create a new agent project or get started with AgentCore. Handles framework selection, project scaffolding, first deploy, and first invocation. Triggers on: \"build an agent\", \"create an agent\", \"get started\", \"new project\", \"agentcore create\", \"which framework\", \"Strands vs LangGraph\", \"hello world agent\", \"first agent\", \"create MCP server\", \"host MCP server\", \"agentcore dev\", \"dev server\", \"what port\", \"local development\". Not for adding capabilities to existing projects — use agents-build or agents-connect. Strands vs LangGraph in a migration context routes to agents-build, not here. Connecting to an existing MCP server routes to agents-connect, not here.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[234,235,236],{"name":177,"slug":178,"type":15},{"name":23,"slug":8,"type":15},{"name":13,"slug":14,"type":15},"2026-07-12T08:42:51.963247",{"slug":239,"name":239,"fn":240,"description":241,"org":242,"tags":243,"stars":24,"repoUrl":25,"updatedAt":252},"agents-harden","harden agents for production","Use when preparing your agent for production — IAM scoping, inbound auth (JWT, SigV4), secrets management, cold start optimization, session lifecycle, rate limiting, input validation, and quota guidance. Triggers on: \"production checklist\", \"harden agent\", \"production ready\", \"secure agent\", \"inbound auth\", \"going live\", \"cold start optimization\", \"session lifecycle\", \"StopRuntimeSession\", \"quota\", \"throttling\", \"maxVms\", \"rate limit\", \"security audit of outbound API calls\", \"gateway target audit for production\", \"restrict who can call\", \"lock down endpoint\", \"only our app can call\". Not for Cedar tool-restriction policies — use agents-connect. Not for quality measurement — use agents-optimize. Not for outbound credential storage or API key wiring — use agents-connect. Not for A2A agent-to-agent auth — use agents-build. Cold start observation and diagnosis (not optimization) routes to agents-debug.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[244,245,246,249],{"name":177,"slug":178,"type":15},{"name":23,"slug":8,"type":15},{"name":247,"slug":248,"type":15},"Best Practices","best-practices",{"name":250,"slug":251,"type":15},"Security","security","2026-07-16T06:00:42.174705",{"slug":254,"name":254,"fn":255,"description":256,"org":257,"tags":258,"stars":24,"repoUrl":25,"updatedAt":268},"agents-optimize","optimize agent quality and performance","Use when measuring or improving agent quality and performance — set up evaluators, online monitoring, CI\u002FCD quality gates, observability, or cost optimization. Triggers on: \"evaluate my agent\", \"add evaluator\", \"measure quality\", \"quality gate\", \"run evals\", \"agent too slow\", \"why is it slow\", \"reduce latency\", \"set up observability\", \"CloudWatch dashboard\", \"how much does my agent cost\", \"cost optimization\", \"logs not showing up\", \"logs missing\", \"spans not found\", \"eval failing\", \"eval error\", \"dev traces\", \"local traces\", \"agentcore dev traces\", \"traces to CloudWatch\". Not for debugging errors or crashes — use agents-debug. Slow but correct routes here; broken routes to debug.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[259,260,261,264,265],{"name":177,"slug":178,"type":15},{"name":23,"slug":8,"type":15},{"name":262,"slug":263,"type":15},"Evals","evals",{"name":212,"slug":213,"type":15},{"name":266,"slug":267,"type":15},"Performance","performance","2026-07-12T08:42:56.488105",114,{"items":271,"total":388},[272,279,286,293,300,306,313,321,338,351,363,378],{"slug":171,"name":171,"fn":172,"description":173,"org":273,"tags":274,"stars":24,"repoUrl":25,"updatedAt":186},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[275,276,277,278],{"name":177,"slug":178,"type":15},{"name":180,"slug":181,"type":15},{"name":23,"slug":8,"type":15},{"name":184,"slug":185,"type":15},{"slug":188,"name":188,"fn":189,"description":190,"org":280,"tags":281,"stars":24,"repoUrl":25,"updatedAt":199},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[282,283,284,285],{"name":177,"slug":178,"type":15},{"name":20,"slug":21,"type":15},{"name":196,"slug":197,"type":15},{"name":23,"slug":8,"type":15},{"slug":201,"name":201,"fn":202,"description":203,"org":287,"tags":288,"stars":24,"repoUrl":25,"updatedAt":214},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[289,290,291,292],{"name":177,"slug":178,"type":15},{"name":23,"slug":8,"type":15},{"name":209,"slug":210,"type":15},{"name":212,"slug":213,"type":15},{"slug":216,"name":216,"fn":217,"description":218,"org":294,"tags":295,"stars":24,"repoUrl":25,"updatedAt":227},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[296,297,298,299],{"name":177,"slug":178,"type":15},{"name":23,"slug":8,"type":15},{"name":224,"slug":225,"type":15},{"name":13,"slug":14,"type":15},{"slug":229,"name":229,"fn":230,"description":231,"org":301,"tags":302,"stars":24,"repoUrl":25,"updatedAt":237},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[303,304,305],{"name":177,"slug":178,"type":15},{"name":23,"slug":8,"type":15},{"name":13,"slug":14,"type":15},{"slug":239,"name":239,"fn":240,"description":241,"org":307,"tags":308,"stars":24,"repoUrl":25,"updatedAt":252},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[309,310,311,312],{"name":177,"slug":178,"type":15},{"name":23,"slug":8,"type":15},{"name":247,"slug":248,"type":15},{"name":250,"slug":251,"type":15},{"slug":254,"name":254,"fn":255,"description":256,"org":314,"tags":315,"stars":24,"repoUrl":25,"updatedAt":268},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[316,317,318,319,320],{"name":177,"slug":178,"type":15},{"name":23,"slug":8,"type":15},{"name":262,"slug":263,"type":15},{"name":212,"slug":213,"type":15},{"name":266,"slug":267,"type":15},{"slug":322,"name":322,"fn":323,"description":324,"org":325,"tags":326,"stars":24,"repoUrl":25,"updatedAt":337},"amazon-aurora-mysql","manage Amazon Aurora MySQL clusters","Amazon Aurora MySQL — creates, modifies, and advises on Aurora MySQL clusters specifically (MySQL-compatible engine, Aurora serverless, parallel query). Trigger for Aurora MySQL cluster operations, ACU sizing, I\u002FO-Optimized storage, commitment pricing, or MySQL upgrade planning. Aurora MySQL uses full (VPC-based) configuration — express configuration is PostgreSQL-only. For Aurora PostgreSQL, use amazon-aurora-postgresql instead. Contains safety guardrails and response templates that override defaults.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[327,328,331,334],{"name":23,"slug":8,"type":15},{"name":329,"slug":330,"type":15},"Database","database",{"name":332,"slug":333,"type":15},"MySQL","mysql",{"name":335,"slug":336,"type":15},"Serverless","serverless","2026-07-12T08:43:13.27939",{"slug":339,"name":339,"fn":340,"description":341,"org":342,"tags":343,"stars":24,"repoUrl":25,"updatedAt":350},"amazon-aurora-postgresql","configure Amazon Aurora PostgreSQL clusters","Amazon Aurora PostgreSQL — creates, modifies, and advises on Aurora PostgreSQL clusters specifically (PostgreSQL-compatible engine, Aurora serverless, express configuration, pgvector, Babelfish). Trigger for Aurora PostgreSQL cluster operations, express-configuration quick-start, ACU sizing, I\u002FO-Optimized storage, commitment pricing, or PostgreSQL upgrade planning. For Aurora MySQL, use amazon-aurora-mysql instead. Contains safety guardrails, express-first routing, and response templates that override defaults.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[344,345,346,349],{"name":23,"slug":8,"type":15},{"name":329,"slug":330,"type":15},{"name":347,"slug":348,"type":15},"PostgreSQL","postgresql",{"name":335,"slug":336,"type":15},"2026-07-16T06:00:34.789624",{"slug":352,"name":352,"fn":353,"description":354,"org":355,"tags":356,"stars":24,"repoUrl":25,"updatedAt":362},"amazon-bedrock","build generative AI apps with Amazon Bedrock","Builds generative AI applications on Amazon Bedrock. Covers model invocation (Converse API, InvokeModel), RAG with Knowledge Bases, Bedrock Agents, Guardrails, and AgentCore. Use when invoking models, setting up Knowledge Bases, creating agents, applying guardrails, deploying to AgentCore, migrating\u002Fporting\u002Fconverting a Bedrock Agent (including inline agents) to an AgentCore Harness, troubleshooting Bedrock errors (ThrottlingException, AccessDeniedException), or choosing models (Claude, Llama, Nova, Titan). ALSO USE for prompt caching setup and debugging, quota health checks and throttling diagnosis, cost attribution and tracking, migrating between Claude model generations (4.5 to 4.6 to 4.7), chunking strategies, API selection (Converse vs InvokeModel), guardrail capabilities, and model selection. Also covers AgentCore Payments setup (x402, microtransactions, Payment Manager, Connector, Instrument, Coinbase CDP, Stripe Privy, 402 Payment Required, pay for content, paid endpoint, agent payments). NOT for custom model training, Rekognition, or Comprehend.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[357,358,359],{"name":177,"slug":178,"type":15},{"name":23,"slug":8,"type":15},{"name":360,"slug":361,"type":15},"LLM","llm","2026-07-25T05:30:35.20899",{"slug":364,"name":364,"fn":365,"description":366,"org":367,"tags":368,"stars":24,"repoUrl":25,"updatedAt":377},"amazon-documentdb","manage Amazon DocumentDB clusters","Manages Amazon DocumentDB end-to-end — serverless-on-8.0 cluster setup, TLS\u002FVPC\u002Fdriver config, flexible-schema and vector-search data modeling, MongoDB compatibility assessment, DMS-based migration, slow-query diagnosis, major version upgrades (4.0→5.0→8.0), Well-Architected reviews (41-check wa_review.py), cost estimation, and security hardening. Retrieve for every DocumentDB question and when the user asks to set up or migrate MongoDB to AWS — DocumentDB is AWS's MongoDB-compatible managed database. Triggers: JSON document store, document database, MongoDB on AWS, Nested fields, Lambda cannot connect, TLS handshake, VPC port 27017, IAM auth, Secrets Manager, encryption at rest, $graphLookup, flexible schema, COLLSCAN, compound index, DMS migration, CDC cutover, $vectorSearch, RAG, Global Clusters, DR replication, cost sizing, audit, health check, production-readiness.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[369,370,371,374],{"name":23,"slug":8,"type":15},{"name":329,"slug":330,"type":15},{"name":372,"slug":373,"type":15},"MongoDB","mongodb",{"name":375,"slug":376,"type":15},"NoSQL","nosql","2026-07-12T08:43:00.455878",{"slug":379,"name":379,"fn":380,"description":381,"org":382,"tags":383,"stars":24,"repoUrl":25,"updatedAt":387},"amazon-dynamodb","design and debug DynamoDB data layers","Designs, reviews, and debugs DynamoDB data layers from design axioms — enumerates access patterns, chooses partition\u002Fsort keys and GSIs, decides single-table vs. multi-table, configures Streams, Global Tables, TTL, and zero-ETL integrations to OpenSearch\u002FRedshift\u002FSageMaker Lakehouse, and produces a defensible data-layer design with a monthly cost estimate and optional live validation. Applies whenever a user is designing, reviewing, or refactoring anything backed by DynamoDB — schemas, access patterns, GSIs, single- vs. multi-table choices, Streams consumers, transactional outboxes, Global Tables, zero-ETL pipelines — even when they don't say \"axioms\" or \"design review.\" Also applies when debugging hot partitions, throttling, unbounded Scans, LWW conflicts, or surprise bills on DynamoDB workloads.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[384,385,386],{"name":23,"slug":8,"type":15},{"name":329,"slug":330,"type":15},{"name":375,"slug":376,"type":15},"2026-07-16T06:00:37.690386",115]