Serverless Compute, Two Ways
Lightweight zip-based Lambdas for the chatbot, contact form, and security gateway — plus a containerized Lambda running a full TensorFlow model for Staylytics AI, because that doesn't fit a normal zip package.
This isn't a pricing estimate — it's our actual account. Serverless-first architecture and real cost discipline mean the infrastructure behind everything else on this page barely shows up on the invoice.
Provisioned databases, API Gateways, always-on servers, and Secrets Manager entries all charge whether or not anyone's using them. We architect the opposite way by default: compute that scales to zero, storage that bills per request, and automation that needs no one watching it.
Lightweight zip-based Lambdas for the chatbot, contact form, and security gateway — plus a containerized Lambda running a full TensorFlow model for Staylytics AI, because that doesn't fit a normal zip package.
Every DynamoDB table runs PAY_PER_REQUEST — rate-limit windows, chat leads, and forecast data all bill per read/write, never for provisioned capacity sitting unused.
Where auth isn't needed, a bare Lambda Function URL replaces API Gateway entirely — one less metered service between the request and the code that answers it.
Every site is served through CloudFront, which includes 1TB of egress and 10 million requests a month at no cost, indefinitely — not a 12-month trial that quietly starts billing later.
API keys live in SSM Parameter Store's free SecureString tier by default, not Secrets Manager's $0.40/secret/month — reserved only for the one legacy case that still needs migrating.
An EventBridge schedule triggers the forecasting Lambda, which writes straight to S3 and invalidates CloudFront itself — no one runs a script or watches a dashboard for it to happen.
One older component still stores 2 secrets in AWS Secrets Manager instead of free Parameter Store — about $0.73/month plus related KMS request charges, not the $0 the rest of the account achieves.
At current traffic, migrating it saves under $2/month. We track it, we know exactly what it costs, and we're not spending engineering time on it until the savings justify it.
The number in the panel above is this AWS account's actual Cost Explorer total for every project shown on this site combined — not a single service in isolation.
This is the same architecture discipline we bring to client builds. Tell us what's running expensive today.