Home / Current Issue / Paper 1711066
Serverless Architecture in Decisioning using AWS
Subject area: Science,Engineering and Technology · Area of research: AWS Cloud
DOI: https://doi.org/10.64388/IREV9I4-1711066-1755
Abstract
Elastic, low latency, and cost-effective systems are becoming increasingly important as both business decisioning systems (real and batch time) as well as processing analytic models and policies, and business rules across volatile workloads. This paper describes this type of serverless architecture for decisioning implemented on Amazon Web Services (AWS) and evaluates the performance of the solution on throughput, latency, cost, maintainability and operational resiliency, by comparison with traditional deployments on containers or virtual machines. We have proposed an architecture which is a combination of AWS Lambda for stateless policy evaluation, Step Functions for orchestration of multi-step decision flows, API Gateway for secure ingestion, DynamoDB for low-latency storage of state and features and Event Bridge/SQS for asynchronous eventing. We bring together model inference with Amazon sage Maker endpoints/lambda hosted lightweight models, and share best practices around cache/ cold- start mitigation, concurrency control, and transactional consistency. An end-to-end decision latency metric, scalability under burst traffic, cost/decision metric, and operational complexity metric (deployment and monitoring) are also used to evaluate the performance of the decision support system for synthetic and natural workloads. Results show that a properly architected serverless decisioning platform is capable of providing sub-100ms median latency for typical decision profiles, near-linear cost reduction at low to moderate utilization levels and simplified operations through managed services, but with trade-offs relating to cold starts, stateful workflows and deterministic performance at very high sustained throughput. As a conclusion, we provide best practice suggestions, design patterns for hybrid serverless/stateful components, as well as suggestions for future work (adaptive provisioning, distributed feature stores, and privacy preserving decisioning).
Keywords
Lambda From AWS, Decision Making, Cloud Computing, Scalability, Cost Optimization, Real Time Inference, Dynamo Db
References
[1] Shehzadi, T. (2025). Serverless computing architectures and applications in AWS. ResearchGate. https://www.researchgate.net/publication/389174681_Serverless_Computi ng_Architectures_and_Applications_ in_AWS [Crossref]
[2] Werner, S., et al. (2024). A reference architecture for serverless big data processing. Future Generation Computer Systems. Elsevier. https://doi.org/10.1016/j.future.2024. 01.003
[3] Pogiatzis, A., et al. (2020). An event- driven serverless ETL pipeline on AWS. Applied Sciences, 11(1), 191. https://doi.org/10.3390/app11010191
[4] Elgamal, T., Sandur, A., Nahrstedt, K., & Agha, G. (2018). Costless: Optimizing cost of serverless computing through function fusion and placement. arXiv preprint arXiv:1811.09721.
[5] https://arxiv.org/abs/1811.09721 [Crossref]
[6] Ghosh, B. C., Addya, S. K., Somy, N. B., Nath, S. B., Chakraborty, S., & Ghosh, S. K. (2019). Caching techniques to improve latency in serverless architectures. arXiv preprintarXiv:1911.07351. https://arxiv.org/abs/1911.07351 [Crossref]
[7] Carver, B., Zhang, J., Wang, A., Anwar, A., Wu, P., & Cheng, Y. (2020). Wukong: A scalable and locality-enhanced framework for serverless parallel computing. arXiv preprintarXiv:2010.07268. https://arxiv.org/abs/2010.07268 [Crossref]
[8] Das, A., Leaf, A., Varela, C. A., & Patterson, S. (2020). Skedulix: Hybrid cloud scheduling for cost- efficient execution of serverless applications. arXiv preprint arXiv:2006.03720.
[9] https://arxiv.org/abs/2006.03720 [Crossref]
[10] Amazon Web Services. (n.d.). Best practices for Step Functions. Retrieved September 26, 2025, from https://docs.aws.amazon.com/step-f u n c t i o n s / l a t e s t / d g / s f n - b e s t - practices.html [Crossref]
[11] Amazon Web Services. (n.d.). Best practices for working with AWS Lambda functions. Retrieved September 26, 2025, from https://docs.aws.amazon.com/lambda [Crossref]
[12] /latest/dg/best-practices.html [Crossref]
[13] Amazon Web Services. (n.d.). Best practices using DynamoDB Streams with Lambda. Retrieved September 26,2025, from https://docs.aws.amazon.com/amazo ndynamodb/latest/developerguide/Str eams.Lambda.BestPracticesWithDyn amoDB.html [Crossref]
[14] AmazonWebServices.(2022). Exploringserverless patternsfor Amazon DynamoDB. AWS Compute Blog. https://aws.amazon.com/blogs/comp ute/exploring-serverless-patterns-for- amazon-dynamodb/ [Crossref]
[15] Amazon Web Services. (2021). Build scalable, event-driven architectures with Amazon DynamoDB and AWS Lambda. AWS Database Blog. https://aws.amazon.com/blogs/databa se/build-scalable-event-driven- a r c h i t e c t u r e s - w i t h - a m a z o n - dynamodb-and-aws-lambda/ [Crossref]
[16] Amazon Web Services. (2020). From AWS Lambda orchestration to AWS Step Functions. AWS Compute Blog. https://aws.amazon.com/blogs/comp ute/streamlining-aws-serverless- workflows-from-aws-lambda- orchestration-to-aws-step-functions/ [Crossref]
[17] Amazon Web Services. (n.d.). Tutorial: Using Lambda with API Gateway. Retrieved September 26, 2025, from https://docs.aws.amazon.com/lambda/latest/dg/services-apigateway- tutorial.html [Crossref]
[18] Lo, K. (2019). Serverless made simple—Building an API with AWS API Gateway, Lambda, and DynamoDB.Medium. https://medium.com/@lo0o0p/server less-made-simple-building-an-api- with-aws-api-gateway-aws-lambda- and-dynamodb-1620955dccef [Crossref]
[19] Salem, A. (2020). Building a serverless REST API with AWS Lambda, API Gateway & DynamoDB.Medium. https://medium.com/@ahmedSalem2 020/building-a-serverless-rest-api- with- aws- lambda- api- gateway- d y n a m o d b - a n d - s e r v e r l e s s - framework-f3fb34395349 [Crossref]
[20] Smith, J. (2022). AWS Step Functions best practices: The ultimate guide to serverless workflow orchestration. Medium. https://medium.com/creditsafe/aws- step-functions-best-practices-the- ultimate-guide-to-serverless- w o r k f l o w - o r c h e s t r a t i o n - a8e8dd44bed8 [Crossref]
[21] Datadog. (2022). Best practices for building serverless applications that follow AWS’s Well-Architected Framework. Datadog Blog. https://www.datadoghq.com/blog/we l l - a r c h i t e c t e d - s e r v e r l e s s - applications-best-practices/ [Crossref]
[22] Amazon Web Services. (2021). Building a serverless architecture on AWS.AWS RePost.
[23] https://repost.aws/articles/ARTqFF9 AQmSgqrx2BNH-wkbw/building-a- serverless-architecture-on-aws [Crossref]
[24] Amazon Web Services. (2021). Best practices for accelerating development with serverless blueprints. AWS Infrastructure & Automation Blog.
[25] https://aws.amazon.com/blogs/infrast ructure-and-automation/best - p r a c t i c e s - f o r - a c c e l e r a t i n g - development-with-serverless- blueprints/ [Crossref]
[26] Amazon Web Services. (2020). Advanced serverless best practices onAWS.AWS TV.
[27] https://aws.amazon.com/awstv/watch/318a3d82d43/ [Crossref]
[28] Deloitte & Amazon Web Services. (2019). Determining the total cost of ownership of serverless. AWS
[29] Whitepaper. https://pages.awscloud.com/rs/112- TZM-766/images/AWS_MAD_Deloitte_T CO_paper.pdf [Crossref]
[30] AmazonWebServices.(2019). Optimizingenterprise economics with serverless: Case studies. AWS Whitepaper. https://docs.aws.amazon.com/whitep apers/latest/optimizing-enterprise- economics-with-serverless/case- studies.html [Crossref]
[31] Gupta, R., & Singh, P. (2025). Serverless computing architectures for ethical AI in automated decision- making systems. ResearchGate. https://www.researchgate.net/publica tion/388032309_Serverless_Architec tures_for_Ethical_AI_in_Automated_Decision-Making_Systems [Crossref]
[32] Kumar, A., & Rathi, V. (2023). AWS Step Functions and Lambda orchestration for credit card approval. International Journal of Scientific and Research Publications, 13(6). https://www.ijsrp.org/research- [Crossref]
[33] paper-0623/ijsrp-p13857.pdf [Crossref]
[34] Shreyanth, N. (2021). Serverless data processing with AWS Lambda and Step Functions. Medium. https://medium.com/@shreyanth98/s erverless-data-processing-with-aws- l a m b d a - a n d - s t e p - f u n c t i o n s - 7fbcb9e464b9 [Crossref]
[35] Shehzadi, T. (2025). Serverless computing architectures and applications in AWS. ResearchGate. https://www.researchgate.net/publica tion/389174681_Serverless_Computi ng_Architectures_and_Applications_ in_AWS [Crossref]
[36] Serverless Inc. (n.d.). AWS Step Functions – Serverless guide. Retrieved September 26, 2025, from
[37] https://www.serverless.com/guides/a ws-step-functions [Crossref]
[38] AmazonWebServices.(2020). ImplementingAWS Well- Architectedbest practices for Amazon SQS (Part 2). AWS Compute Blog. https://aws.amazon.com/blogs/comp u t e / i m p l e m e n t i n g - a w s - w e l l - architected-best-practices-for- amazon-sqs-part-2/ [Crossref]
[39] Serverless Forum. (2022). How to API Gateway as a proxy for DynamoDB with Serverless. Forum.serverless.com. https://forum.serverless.com/t/how- to-api-gateway-as-a-proxy-for- dynamodb-with-serverless/18439 [Crossref]
How to cite this paper
@article{1711066,
author = {Saugat Pandey},
title = {Serverless Architecture in Decisioning using AWS},
journal = {Iconic Research And Engineering Journals},
year = {2025},
volume = {9},
number = {4},
pages = {110-123},
issn = {2456-8880},
url = {https://www.irejournals.com/formatedpaper/1711066.pdf},
abstract = {Elastic, low latency, and cost-effective systems are becoming increasingly important as both business decisioning systems (real and batch time) as well as processing analytic models and policies, and business rules across volatile workloads. This paper describes this type of serverless architecture for decisioning implemented on Amazon Web Services (AWS) and evaluates the performance of the solution on throughput, latency, cost, maintainability and operational resiliency, by comparison with traditional deployments on containers or virtual machines. We have proposed an architecture which is a combination of AWS Lambda for stateless policy evaluation, Step Functions for orchestration of multi-step decision flows, API Gateway for secure ingestion, DynamoDB for low-latency storage of state and features and Event Bridge/SQS for asynchronous eventing. We bring together model inference with Amazon sage Maker endpoints/lambda hosted lightweight models, and share best practices around cache/ cold- start mitigation, concurrency control, and transactional consistency. An end-to-end decision latency metric, scalability under burst traffic, cost/decision metric, and operational complexity metric (deployment and monitoring) are also used to evaluate the performance of the decision support system for synthetic and natural workloads. Results show that a properly architected serverless decisioning platform is capable of providing sub-100ms median latency for typical decision profiles, near-linear cost reduction at low to moderate utilization levels and simplified operations through managed services, but with trade-offs relating to cold starts, stateful workflows and deterministic performance at very high sustained throughput. As a conclusion, we provide best practice suggestions, design patterns for hybrid serverless/stateful components, as well as suggestions for future work (adaptive provisioning, distributed feature stores, and privacy preserving decisioning).},
keywords = {Lambda From AWS, Decision Making, Cloud Computing, Scalability, Cost Optimization, Real Time Inference, Dynamo Db},
month = {October},
doi = {https://doi.org/10.64388/IREV9I4-1711066-1755}
}