deploy-cdk-stack

Automate RAPID infrastructure deployment to AWS using CDK.

84|32|Updated Jun 9, 2025
One-click install
npx skills add https://github.com/aws-samples/review-and-assessment-powered-by-intelligent-documentation --skill deploy-cdk-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-cdk-stack
Source: https://github.com/aws-samples/review-and-assessment-powered-by-intelligent-documentation/tree/main/.claude/skills/deploy-cdk-stack
Command: npx skills add https://github.com/aws-samples/review-and-assessment-powered-by-intelligent-documentation --skill deploy-cdk-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying RAPID infrastructure to AWS typically requires multiple manual steps, tooling setup, and environment-specific configuration; this skill automates that process end-to-end to reduce toil and mistakes.

Core Features & Use Cases

  • Full-stack CDK deployment: orchestrates backend, frontend, and infrastructure stacks in a repeatable workflow.
  • Validation & bootstrap: performs synthesis validation and region bootstrap to ensure correct deployment readiness.
  • Parameter-driven customization: supports overriding region, model IDs, and security settings to fit different environments.

Quick Start

Deploy the RAPID infrastructure to your AWS account using the CDK deployment workflow described here.

Frequently Asked Questions about deploy-cdk-stack

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

FAQPage Schema
How do I automate AWS CDK stack deployment across multiple environments?

Automating AWS CDK stack deployment across environments is achieved by orchestrating backend, frontend, and infrastructure stacks through a parameter-driven workflow that supports region overrides and security customization for repeatable provisioning.

What is the best way to validate CDK synthesis before deploying to AWS?

Validating CDK synthesis before deploying to AWS involves running a synthesis check to ensure deployment readiness, which confirms that your infrastructure-as-code templates are correctly generated and free of configuration errors prior to execution.

Can I customize AWS CDK deployment parameters like model IDs and regions?

Customizing AWS CDK deployment parameters like model IDs and regions is fully supported through parameter-driven overrides, allowing you to adapt security settings and target regions to fit different environment requirements during stack updates.

Do I need to manually bootstrap AWS CDK in a new region before initial deployment?

Bootstrapping AWS CDK in a new region before initial deployment is required to prepare your AWS environment, and the deployment workflow includes region bootstrap to automate this prerequisite setup for your infrastructure stacks.

Why does my full-stack CDK deployment fail during manual updates?

Full-stack CDK deployment failures during manual updates often stem from misconfigured environment-specific settings or missing prerequisites, which can be resolved by using an automated workflow that performs validation and applies consistent parameter overrides.

Does infrastructure-as-code deployment work for both initial setup and subsequent updates?

Infrastructure-as-code deployment works for both initial setup and subsequent updates by applying a repeatable workflow that orchestrates CDK synth validation and full-stack provisioning across backend, frontend, and infrastructure layers.