
DCSA
Next.js + Prismic maintenance and an AWS overhaul for the body that standardises global container shipping.
Infrastructure as code, deployed without a single long-lived key.
We run client platforms on AWS the way we would want ours run: every resource defined in Terraform, every environment in its own isolated account, and every deploy authenticated through GitHub OIDC so there is no long-lived access key to leak.
The commercial case is usually simpler than the technical one. On the DCSA portal, re-engineering the deployment environment and right-sizing resources cut AWS costs by 60% with no loss of performance or uptime.
Capabilities
A reusable internal module library standardising ECS services, ALB, WAF, SSL, alerting, schedulers and database provisioning across every client platform.
Dev, staging and production each with their own account-level networking, cluster, state and trust relationships — composed from the same modules.
GitHub Actions assumes per-environment roles via OIDC. No static credentials in CI, which is one fewer thing an audit can find.
ECS and Fargate for long-running services, Lambda for transcoding and transcription workloads, API Gateway in front of both.
Right-sizing, environment scheduling and deployment re-engineering treated as ongoing work rather than a one-off exercise at launch.
TypeScript CDK stacks for teams already living in TypeScript, deployed alongside the application in the same repository.
The Stack
Not a wish list. Every library below is running in a repository we maintain.
Engineering Practice
Choosing the stack is the easy part. These are the decisions that determine whether the codebase is still maintainable after we hand it over — and they are the same on every AWS project we run.
Our certificationsTerraform state is held per environment and per account, so a production apply cannot reach a staging resource by accident.
Deploy roles are assumed through GitHub OIDC rather than stored as secrets, which removes the most commonly exploited credential in a CI pipeline.
Reproducible developer shells via devenv and Nix mean an engineer's local Terraform matches CI's exactly, down to the provider version.
ECS cluster modules ship with Slack alerting wired in, so an unhealthy service reaches a human without anyone remembering to configure it.
This site runs on the same pattern — S3, CloudFront and Lambda defined in AWS CDK — which is how we keep our own dogfood honest.
Related Work
Standards documentation, energy switching, publisher tooling and hospitality — all on AWS we define in code.

Next.js + Prismic maintenance and an AWS overhaul for the body that standardises global container shipping.

Three years on a heat pump estimate journey — rebranded, re-platformed and moved to Zoho CRM without downtime, and held to WCAG 2.2 Level AA.

A paid inbox built for BYO Labs from an empty AWS account — inbound mail, Stripe payments, read receipts and payouts, live in five weeks.

Credit-based booking, billing and trainer payouts for 50+ UK gyms — with 21 health checks that surface billing drift before a member does.
Related Service
AWS is how we build. If you would rather start from what you need delivered, our bespoke software development page covers scope, process and engagement.
Tell us what you are building — or what you have inherited. We will come back with a straight answer on scope and approach.
Get in Touch