launch-with-aws

Migrates vibe-coded and frontend web applications to AWS with generated AWS Blocks infrastructure code.

Updated Sep 8, 2026
One-click install
npx skills add https://github.com/dennisvink/yolomancer --skill launch-with-aws-dennisvink
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launch-with-aws
Source: https://github.com/dennisvink/yolomancer/tree/main/skills/aws/core-skills/launch-with-aws
Command: npx skills add https://github.com/dennisvink/yolomancer --skill launch-with-aws-dennisvink

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires boto3, and includes scripts (resource) and references (resource) components.

What problem does it solve? Moving a web app built on platforms like Lovable, Bolt.new, or Replit onto AWS requires manual analysis, architecture planning, and infrastructure authoring. This Skill automates the full migration workflow, from source analysis through cost estimation to deployable AWS Blocks infrastructure code. ## Core Features & Use Cases - End-to-End Migration Workflow: Authenticate via IAM Identity Center, upload source code or a GitHub URL, generate a migration plan with a monthly cost estimate, and execute the migration in an AWS-managed environment. - Broad Framework Support: Handles full-stack apps from Lovable, Bolt.new, and Replit, plus frontend frameworks including React, Vue, Angular, Next.js, Nuxt, Astro, SvelteKit, Gatsby, and Vite. - Deployable Output: Produces a migrated snapshot containing an aws-blocks/ infrastructure definition and a DEPLOY.md with app-specific CDK deployment instructions. - Use Case: You built a React + Supabase app on Lovable and want it hosted on AWS. The Skill analyzes the repo, migrates hosting and edge functions to S3, CloudFront, and Lambda, and delivers infrastructure code you deploy with CDK. ## Quick Start Ask the assistant to launch your app on AWS by providing your local project path or GitHub repository URL, then confirm the upload and migration plan when prompted.

Frequently Asked Questions about launch-with-aws

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

FAQPage Schema
How do I migrate a Lovable or Bolt.new app to AWS?

Provide the local project path or GitHub URL, then the Skill authenticates, uploads the source, and generates a migration plan with a cost estimate. After you confirm, it migrates hosting and edge functions to S3, CloudFront, and Lambda while Supabase database and auth stay in place.

What frameworks does AWS web app migration support?

Supported frameworks include React, Vue, Angular, Next.js, Nuxt, Astro, SvelteKit, Gatsby, Docusaurus, Solid, Preact, Lit, Eleventy, and Vite, covering static sites, SPAs, and SSR frameworks with static export. Full-stack apps from Lovable, Bolt.new, and Replit are also supported.

Does migrating a Replit app to AWS move my database data?

No, existing data is not migrated. The PostgreSQL schema and code move to Aurora Serverless or DynamoDB, but you must export and import data separately, and user accounts must be recreated in Cognito.

What are the requirements to run the launch-with-aws scripts?

You need Python 3.10 or later and the boto3 package installed. Authentication uses IAM Identity Center with a browser-based PKCE sign-in flow, and sessions are cached locally for up to 90 days.

Is my source code safe when uploaded for AWS migration analysis?

Uploaded source is encrypted in transit and at rest, retained up to 48 hours, and never used to train AI models. The archiver excludes Git history, git-ignored files, and common secret patterns, though filtering is best effort so you should review for secrets first.

What happens if my app type is not supported by the migration?

If analysis fails with an unsupported app type, the Skill informs you and searches for alternative skills such as aws-serverless, aws-containers, aws-cdk, or deploy-on-aws that can handle your stack.