aws-serverless

Deploy static sites or containers to AWS serverless infrastructure with HTTPS and CI/CD.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/NotDannyCrawford/aws-serverless --skill aws-serverless-notdannycrawford
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-serverless
Source: https://github.com/NotDannyCrawford/aws-serverless/tree/main
Command: npx skills add https://github.com/NotDannyCrawford/aws-serverless --skill aws-serverless-notdannycrawford

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deploying web projects to AWS serverless infrastructure can be complex, error-prone, and costly; this skill automates the end-to-end deployment workflow to S3 + CloudFront for static sites or Lambda + API Gateway for containers, with automatic HTTPS and CI/CD.

Core Features & Use Cases

  • Detects project type (static vs container) and selects the optimal AWS path
  • Sets up AWS resources (S3, CloudFront, Lambda, API Gateway, ECR) and optional ACM certificates
  • Enables CI/CD with GitHub Actions for automatic deploys on main
  • Provides skip-if-done logic to avoid redundant setup

Quick Start

Deploy this project serverlessly to AWS by choosing the static or container path and telling Claude to proceed.

Frequently Asked Questions about aws-serverless

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

FAQPage Schema
How do I deploy a web app to AWS serverless infrastructure?

Deploying to AWS serverless infrastructure is automated by detecting the project type and routing static sites to S3 + CloudFront or container apps to Lambda + API Gateway. This workflow provisions resources, enables HTTPS, and configures CI/CD from end to end.

Can I use GitHub Actions for CI/CD with AWS Lambda and API Gateway?

Yes, GitHub Actions supports CI/CD for AWS Lambda and API Gateway by enabling automatic deploys on push to main. The workflow provisions the necessary serverless resources and triggers code execution without manual intervention.

Does this AWS serverless deployment workflow support both static sites and containers?

This AWS serverless deployment supports both static sites and containers by automatically detecting the project type. Static sites are deployed via S3 and CloudFront, while containers are routed through Lambda and API Gateway.

How do I set up automated HTTPS and custom domains on AWS CloudFront?

Automated HTTPS and custom domain wiring on AWS CloudFront are configured using optional ACM certificates. The deployment workflow provisions the certificate and attaches it to the CloudFront distribution during setup.

What is the best way to automate S3 and CloudFront deployment without repeating setup?

Automating S3 and CloudFront deployment is handled through a structured workflow with skip-if-done logic. This avoids redundant resource provisioning by checking existing AWS states before executing build and deployment steps.