What problem does it solve?
It solves the problem of reliably deploying composed AWS infrastructure patterns by orchestrating validation, build, CloudFormation deployment, and post-deploy verification.
Core Features & Use Cases
- Guided deployment execution: Runs a deterministic sequence of build, deploy, and optional post-deploy steps driven by generated Makefiles.
- Pre-flight guardrails: Verifies required configuration from .env, validates AWS credentials, confirms required scripts/targets exist, and checks prerequisite stacks are already deployed.
- Failure diagnosis support: Classifies CloudFormation deployment failures using stack events and points to the appropriate recovery path.
Use case example: After composing a serverless web application (frontend + FastAPI backend + Cognito auth + DynamoDB), a user runs this skill to deploy the full set of stacks and confirm all stack outputs are ready for use.
Quick Start
Ask the assistant to run ipa-deploy to deploy the infrastructure pattern using the generated Makefiles and your current .env configuration.