Type a command, get a resource
create bucket, create fn, create secret, list, share, logs, destroy. No YAML required — just a tiny project file for tags.
One CLI for your own AWS account. Create a bucket or function, stash a secret, grab a share link, tail logs — then destroy it when you're done. Still your AWS bill.
awsutopia login --profile my-sso
awsutopia init my-app --env dev
awsutopia create bucket my-app-dev-assets
awsutopia create fn hello --src ./fn
awsutopia list
awsutopia bucket share my-app-dev-assets path/file.txt --expires 1h
# you'll get a HTTPS URL that works until it expiresYou stay in your AWS account the whole time. awsutopia is a control plane CLI — not a reseller, not a mystery cloud.
Static sites, servers, databases, and a hosted dashboard are on the roadmap.