aws-cloud-patterns

Automate AWS Lambda, DynamoDB, and API Gateway deployment with CDK or Terraform.

100|18|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Mybono/ai-orchestrator --skill aws-cloud-patterns-mybono
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-cloud-patterns
Source: https://github.com/Mybono/ai-orchestrator/tree/main/skills/aws-cloud-patterns
Command: npx skills add https://github.com/Mybono/ai-orchestrator --skill aws-cloud-patterns-mybono

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aws-cdk-lib, aws-lambda, aws-apigatewayv2, aws-dynamodb, aws-nodejs, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps in implementing and deploying AWS Cloud patterns for services like Lambda, ECS, S3, DynamoDB, and infrastructure using CDK or Terraform, streamlining the process and enhancing cloud services.

Core Features & Use Cases

  • AWS Pattern Implementation: Provides examples for implementing AWS Cloud patterns such as Lambda function patterns, DynamoDB single-table designs, and CDK Infrastructure setup.
  • Infrastructure Automation: Automates infrastructure deployment and management through Infrastructure as Code.
  • Use Case: Automate the deployment of AWS Lambda functions that interact with DynamoDB for scalable applications.

Quick Start

Run the CDK script to create the necessary infrastructure for a Lambda function with DynamoDB persistence.

Frequently Asked Questions about aws-cloud-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy AWS Lambda functions with DynamoDB using Infrastructure as Code?

To deploy AWS Lambda functions with DynamoDB using Infrastructure as Code, you can utilize AWS CDK or Terraform scripts to automate the provisioning and configuration of scalable event-driven services. This automates infrastructure deployment for cloud functions interacting with databases.

What is the best way to implement a DynamoDB single-table design with CDK?

Implementing a DynamoDB single-table design with CDK involves defining your table schema and access patterns in code, allowing AWS CDK to automate the infrastructure deployment. This approach streamlines cloud services setup and enhances database pattern implementation.

Can I use Terraform instead of AWS CDK for setting up Lambda and API Gateway?

Yes, you can use Terraform instead of AWS CDK for setting up Lambda and API Gateway. This Skill supports both tools for Infrastructure as Code, allowing you to choose your preferred method to automate the deployment and management of scalable AWS services.

Does this approach support automating infrastructure for ECS and S3 alongside Lambda?

Yes, automating infrastructure for ECS and S3 alongside Lambda is supported. The implementation provides examples for various AWS Cloud patterns including Lambda, ECS, S3, and DynamoDB, streamlining the process of enhancing and deploying cloud services via Infrastructure as Code.