aws

Installation
SKILL.md

AWS

Amazon Web Services cloud platform for building scalable infrastructure.

When to Use

  • Cloud infrastructure deployment
  • Serverless applications (Lambda)
  • Managed databases (RDS)
  • Object storage (S3)

Quick Start

// Lambda function
import { APIGatewayProxyHandler } from "aws-lambda";

export const handler: APIGatewayProxyHandler = async (event) => {
  const body = JSON.parse(event.body || "{}");
Related skills
Installs
2
GitHub Stars
7
First Seen
Feb 10, 2026