01 · Peak-shaped capacity
The architecture matched short, high-demand campaign windows instead of keeping fixed capacity sized for rare peaks.
Customer work · Media
ABP Live needed to absorb a short campaign surge without paying for peak infrastructure throughout the year. BluePi built a serverless request path with Amazon API Gateway, AWS Lambda, DynamoDB, CloudWatch, and SNS.
ABP Live expected campaign traffic to reach up to 2 million concurrent requests. BluePi designed an AWS serverless path using API Gateway, Lambda, DynamoDB, CloudWatch, and SNS so request handling, storage, monitoring, and event notification could scale with demand.
01 · Peak-shaped capacity
The architecture matched short, high-demand campaign windows instead of keeping fixed capacity sized for rare peaks.
02 · Complete request boundary
API entry, execution, data access, limits, latency, and monitoring were handled as one scale path.
03 · Live-event observability
CloudWatch and SNS gave operators visibility into request behavior and conditions that needed attention during the event.
Requests entered through API Gateway, Lambda handled execution, DynamoDB supported data access, and CloudWatch with SNS monitored behavior and notified the team. The path handled 2.08 million concurrent requests with 100 percent uptime and reduced campaign infrastructure cost from $530 to $15.
The architecture matched short, infrequent traffic peaks instead of carrying fixed capacity sized for the maximum all year.
API entry, execution, data access, limits, latency, and monitoring were treated as one scale boundary.
CloudWatch and SNS gave operators evidence about request behavior and conditions that required attention during a live event.
Where this pattern fits
This serverless pattern fits any data or AI service that faces sharp workload peaks and needs measured scale, clear operating visibility, and controlled cost.
Open a section to review the customer problem, implementation, business change, and architecture.
ABP Live expected campaign traffic to surge to two million concurrent requests within short windows. Conventional scaling sized for that peak would sit idle and expensive for the rest of the year, and the platform still had to scale by itself for the next event.
BluePi built a serverless request path on AWS. Amazon API Gateway receives every call, AWS Lambda runs the application code with no servers to manage, and Amazon DynamoDB stores campaign data at whatever volume the traffic demands. Amazon CloudWatch tracks performance and resource use, and Amazon SNS carries real-time notifications for event triggers and scaling actions.
The architecture served 2.08 million concurrent requests at 100 percent uptime during high-demand events. Campaign infrastructure cost fell from $530 to $15, and the team ships features without server management work.
The traffic pattern ruled out provisioned capacity: rare, short spikes separated by long quiet periods. Every component had to scale on demand and bill only for actual use. The path also had to stay simple enough for the team to operate without a dedicated infrastructure function.
The platform was judged on the conditions that matter for a live campaign: concurrent-request capacity, availability through the surge, and cost per campaign. CloudWatch metrics gave the team a continuous view of performance and resource consumption during each event.
Capacity planning stopped being a pre-campaign project. The team develops and deploys features without provisioning work, and per-campaign infrastructure spending dropped by two orders of magnitude, which changed which campaigns were worth running.