amazon-web-services

Configure core AWS services and infrastructure as code patterns.

14|5|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/oakoss/agent-skills --skill amazon-web-services
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amazon-web-services
Source: https://github.com/oakoss/agent-skills/tree/main/skills/amazon-web-services
Command: npx skills add https://github.com/oakoss/agent-skills --skill amazon-web-services

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and best practices for leveraging core Amazon Web Services (AWS) to build, deploy, and manage scalable cloud infrastructure and applications.

Core Features & Use Cases

  • Service Configuration: Detailed information on S3, Lambda, IAM, DynamoDB, SQS/SNS, CloudFront, RDS, ECS/Fargate, Route 53, Secrets Manager, and CDK v2.
  • Best Practices: Covers least privilege IAM, DynamoDB single-table design, Lambda cold start optimization, and secure secrets management.
  • Use Case: When building a new microservice, use this Skill to understand how to configure the necessary AWS resources like Lambda functions, DynamoDB tables, and API Gateway endpoints using AWS CDK, ensuring security and scalability from the start.

Quick Start

Use the amazon-web-services skill to learn about setting up an S3 bucket with versioning and lifecycle policies.

Frequently Asked Questions about amazon-web-services

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

FAQPage Schema
How do I configure AWS CDK v2 to deploy Lambda functions and DynamoDB tables?

AWS CDK v2 enables infrastructure as code deployment for Lambda functions and DynamoDB tables. This Skill provides configuration patterns and best practices to ensure secure, scalable cloud resource provisioning.

What is the best way to design DynamoDB single-table schemas in AWS?

DynamoDB single-table design consolidates multiple entities into one table to optimize query performance. This Skill covers schema patterns and best practices to avoid common NoSQL data structuring mistakes in AWS.

How do I optimize AWS Lambda cold start performance for serverless applications?

Optimizing Lambda cold starts involves minimizing deployment package size and streamlining initialization code. This Skill offers serverless configuration and performance tuning techniques for AWS Lambda.

Can I manage secrets securely using AWS Secrets Manager with infrastructure as code?

Yes, AWS Secrets Manager integrates with infrastructure as code patterns to securely manage application credentials. This Skill details secure configuration and least privilege IAM access for cloud infrastructure.

How do I set up S3 bucket versioning and lifecycle policies in AWS?

Setting up S3 buckets requires configuring versioning and lifecycle policies to manage object retention and storage costs. This Skill provides detailed guidance on S3 service configuration and cloud infrastructure best practices.

What are common IAM mistakes when configuring AWS cloud infrastructure?

A common IAM mistake is granting overly broad permissions instead of following least privilege access. This Skill identifies frequent configuration errors and provides best practices for securing AWS services.