LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

aws-serverless - AWS Serverless Application Development

Build serverless applications on AWS covering Lambda, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start optimization.

Tags

Updated: 2026-09-19

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Implement Lambda handler functions
  • Integrate API Gateway with Lambda
  • Process SQS message batches asynchronously
  • Configure SAM deployment templates
  • Optimize Lambda cold start performance

Inputs

  • AWS Lambda event objects
  • SAM template configuration files
  • Environment variables
  • SQS queue messages

Outputs

  • API Gateway HTTP responses
  • SQS batch item failure reports
  • DynamoDB table items
  • AWS serverless infrastructure resources

Requirements

  • Node.js or Python runtime environment
  • AWS SDK
  • AWS SAM Transform support
  • DynamoDB and SQS IAM policies

Source

  • Spec: SKILL.md
aws
serverless
lambda
api-gateway
dynamodb
sqs
sam
Implement Lambda handler functions
Integrate API Gateway with Lambda
Process SQS message batches asynchronously
Configure SAM deployment templates
AWS Lambda event objects
SAM template configuration files
Environment variables
API Gateway HTTP responses
SQS batch item failure reports
DynamoDB table items