AWS CloudFormation CloudFront

Production CloudFormation patterns for CloudFront: origins, caching, WAF, and security headers.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 13, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 10b0043

Ran the CFN mini-task live: the skill's S3+OAC template used the real AWS-managed CachingOptimized policy ID (658327ea-f89d-4fab-a63d-7e88639e58f6) instead of a guessed value, plus still-accurate account limits (200 distributions, 25 origins, ACM must be us-east-1) a memory-only answer tends to skip.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What AWS CloudFormation CloudFront does

Provides CloudFormation YAML patterns for CloudFront distributions — S3/ALB/Lambda@Edge/VPC origins with OAC, CacheBehaviors, CloudFront Functions, WAF, security headers, and cross-stack Outputs. Triggers when creating or extending a CloudFront CDN stack, adding path-based caching rules, or wiring up ACM certificates and WAF. Six linked reference files cover template structure, origins, caching, security, advanced features, and hard account limits in more depth than the main file.

How to install AWS CloudFormation CloudFront

git clone https://github.com/giuseppe-trisciuoglio/developer-kit
cd developer-kit
mkdir -p ~/.claude/skills
cp -r plugins/developer-kit-aws/skills/aws-cloudformation/aws-cloudformation-cloudfront ~/.claude/skills/aws-cloudformation-cloudfront

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger AWS CloudFormation CloudFront

  • /aws-cloudformation-cloudfront Production CloudFormation patterns for CloudFront: origins, caching, WAF, and security headers.

It also activates on plain-language prompts like these:

  • Write a CloudFormation template for a CloudFront distribution with WAF
  • Add path-based cache behaviors to my CloudFront CDN stack
  • Set up an S3 origin with OAC and security headers in CloudFormation

Frequently asked questions

Is the AWS CloudFormation CloudFront skill free?
Yes. The skill itself is free from giuseppe-trisciuoglio/developer-kit. SkillProof publishes the install command and an independent test verdict at no cost.
Does AWS CloudFormation CloudFront work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. Ran the CFN mini-task live: the skill's S3+OAC template used the real AWS-managed CachingOptimized policy ID (658327ea-f89d-4fab-a63d-7e88639e58f6) instead of a guessed value, plus still-accurate account limits (200 distributions, 25 origins, ACM must be us-east-1) a memory-only answer tends to skip.
What is the AWS CloudFormation CloudFront SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install AWS CloudFormation CloudFront?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use AWS CloudFormation CloudFront with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.