aws-skills

Automate AWS infrastructure deployment and governance with CDK best practices.

8|3|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/Bbeierle12/Skill-MCP-Claude --skill aws-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-skills
Source: https://github.com/Bbeierle12/Skill-MCP-Claude/tree/main/skills/aws-skills
Command: npx skills add https://github.com/Bbeierle12/Skill-MCP-Claude --skill aws-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aws-sdk, aws-cdk-lib, and includes references (resource) components.

What problem does it solve?

This Skill consolidates AWS development patterns, from CDK scaffolding to serverless patterns and cost optimization.

Core Features & Use Cases

  • CDK best practices: Structured infrastructure code patterns.
  • Serverless patterns: Lambda, API Gateway, DynamoDB, S3 usage guidance.
  • Use Case: Deploy a cost-efficient, serverless API with proper IAM boundaries.

Quick Start

Create an AWS CDK app, define stacks, and deploy with best practices.

Frequently Asked Questions about aws-skills

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

FAQPage Schema
How do I structure an AWS CDK project for serverless applications?

AWS CDK best practices organize projects into infrastructure, lib, and lambda modules with reusable constructs. This structure enables environment-aware configuration, IAM least privilege, and maintainable infrastructure-as-code for serverless deployments across Lambda, API Gateway, and DynamoDB.

What are CDK best practices for deploying cost-efficient serverless APIs?

Deploy serverless APIs using CDK patterns that apply IAM least privilege, secrets management, and event-driven integration via EventBridge, SQS, and SNS. Monitor with CloudWatch and X-Ray to optimize costs while satisfying security and observability requirements.

Can I use AWS CDK to automate infrastructure deployment with governance controls?

Yes. AWS CDK automates infrastructure deployment while applying governance through structured stack definitions, reusable constructs, environment-aware configuration, and monitoring integration. This enforces best practices across CDK project layouts and serverless patterns.

How do I implement event-driven architectures in CDK for Lambda and API Gateway?

CDK event-driven patterns integrate Lambda and API Gateway with EventBridge, SQS, and SNS for asynchronous processing. Combined with DynamoDB and S3 configuration, this enables scalable serverless architectures with proper IAM boundaries and CloudWatch monitoring.

What monitoring and observability does CDK infrastructure code support?

CDK best practices integrate CloudWatch and X-Ray monitoring into stack definitions and serverless constructs. This provides observability across Lambda, API Gateway, DynamoDB, and event-driven components without manual instrumentation in your infrastructure code.