Hereya Logo
For AWS

The npm for
AWS resources.

Install databases, storage, or queues like packages —
then ship your app and infra in one command.

~/my-project
$ hereya add aws/postgres
✓ Added AWS RDS PostgreSQL to project
$ hereya add aws/s3
✓ Added AWS S3 bucket to project
$ hereya deploy --workspace production
✓ Deploying to AWS...

Why Hereya?

Modern applications rely on many cloud infrastructure components:
Databases • File storage • Queues • Secrets

Managing them is painful.

⚙️

Wrong Abstraction

Infrastructure as Code means learning a new language (Terraform, CloudFormation). That's not how developers manage dependencies.

🔄

Environment Chaos

Keeping configurations consistent across dev, staging, and production can be a nightmare.

📚

Lost in Documentation

Every AWS service has its own setup guide, best practices, and gotchas to learn.

Developers shouldn't need to be AWS experts
just to run an app with a database and storage.

Try Hereya Now
The Solution

AWS resources as simple packages

Hereya is the npm for AWS resources — bringing the power of AWS with the simplicity of a package manager.

Without Hereya

Write Terraform/CloudFormation configs or use UI
Manually manage environment variables
Complex deployment pipelines
Configuration drift between environments

With Hereya

hereya add aws/postgres
Automatic env var injection
hereya deploy --workspace prod
Consistent across all environments
📦

Package-like simplicity

Add AWS resources like npm packages

🔄

Auto-synced config

Environment variables handled for you

🚀

One-command deploy

Ship everything together

Simple stacks should be simple to deploy.
With Hereya, they finally are.

Try Hereya Now

How It Works

1

Add AWS infra as packages

$ hereya add aws/postgres
$ hereya add aws/s3
2

Develop locally with synced environment

$ hereya run -- npm run dev // or python, go, java...
✔ Automatically injects secrets and environment variables into your local process
3

Add deployment and ship to production

$ hereya add aws/app-runner
$ hereya deploy --workspace staging // or production, dev, etc.
✔ Same project, consistent infra, different workspace

Start building with AWS the way you already work with packages

Try Hereya Now

✨ Features

Everything you need to manage AWS infrastructure like packages

🧩 Infra as Packages

Add AWS resources like you add npm packages.

$ hereya add aws/postgres
$ hereya add aws/s3

Just like npm packages

No more writing hundreds of lines of Terraform or CloudFormation. Just add what you need.

Seamless local development

Your app runs with real AWS credentials and configurations, automatically injected.

🛠 Develop Locally, Seamlessly

Run your app with real env vars and secrets injected automatically.

$ hereya run -- npm run dev // or any command

🚀 Deploy with One Command

Use deployment packages (App Runner, ECS, ...) and ship to staging or production easily.

$ hereya add aws/app-runner
$ hereya deploy --workspace staging

Multiple deployment options

Choose from App Runner, ECS, Lambda, and more. Deploy your app and infrastructure together.

No drift, no surprises

  • • Secrets managed centrally
  • • Same config across all workspaces
  • • Team collaboration built in

🔒 Environments in Sync

Keep dev, staging, and production consistent — no drift, no surprises.

Join developers building apps with AWS resources — without the complexity

Hereya makes AWS infra as easy as `npm install`.

Built for developers who want AWS infrastructure without the complexity.