Skip to content
Tiatra, LLCTiatra, LLC
Tiatra, LLC
Information Technology Solutions for Washington, DC Government Agencies
  • Home
  • About Us
  • Services
    • IT Engineering and Support
    • Software Development
    • Information Assurance and Testing
    • Project and Program Management
  • Clients & Partners
  • Careers
  • News
  • Contact
 
  • Home
  • About Us
  • Services
    • IT Engineering and Support
    • Software Development
    • Information Assurance and Testing
    • Project and Program Management
  • Clients & Partners
  • Careers
  • News
  • Contact

Can serverless fix fintech’s scaling problem?

Technology leaders in the financial services sector constantly struggle with the daily challenges of balancing cost, performance, and security — the constant demand for high availability means that even a minor system outage could lead to significant financial and reputational losses. Add to this the escalating costs of maintaining legacy systems, which often act as bottlenecks for scalability. 

Therefore, back in 2019, when I served as the chief architect of a mid-size commercial bank I was looking at a few options that could enable the technology teams to continue and deliver value-driven features at a high velocity: accelerating cloud transformation, robotic process automation, business process automation and serverless computing to name a few. The latter option had emerged as a compelling solution, offering the promise of enhanced agility, reduced operational costs, and seamless scalability. 

With serverless components, there is no need to manage infrastructure, and the inbuilt tracing, logging, monitoring and debugging make it easy to run these workloads in production and maintain service levels. The built-in elasticity in serverless computing architecture makes it particularly appealing for unpredictable workloads and amplifies developers’ productivity by letting developers focus on writing code and optimizing application design industry benchmarks, providing additional justification for this hypothesis. McKinsey highlights that serverless architecture enables companies to overcome traditional IT transformation obstacles, offering cost reductions of around 60% and facilitating access to ecosystem functionalities.  

Financial services’ unique challenges 

However, it is important to understand that serverless architecture is not a silver bullet. Specifically, when it comes to financial services, specific challenges unique to the sector need to be taken into account, in addition to other areas to pay attention to. For instance: 

  • Regulatory compliance, security and data privacy. With stringent laws like GDPR and PCI DSS, technology leaders must ensure serverless providers support compliance requirements. This includes implementing robust encryption, access controls, and monitoring mechanisms. 
  • Cost forecasting. While serverless offers a pay-as-you-go model, accurate cost forecasting is critical to avoid unexpected overruns. 
  • Scalability. Managing fluctuating workloads, especially during peak times, demands flexible and scalability management solutions. 
  • Legacy infrastructure. Maintaining and upgrading outdated systems can be resource-intensive and hinder innovation. 
  • Architecture complexity. Specifically in the managing of a large number of serverless functions. 
  • Vendor lock-in. Relying on a specific hyperscaler to provide serverless computing can lead to vendor lock-in, making it difficult to switch providers or move applications to a different hyperscaler. This can limit flexibility and increase dependency on a single provider.
  • Limited capabilities for in-depth monitoring and debugging. The black-box nature of serverless components does not allow for granular observability.
  • Cold start limitation. The cold start characteristics of serverless components need to be carefully evaluated when implementing use cases — when serverless components are not actively being executed, they are spun down to save on costs. This leads to predictable delays when the component needs to be executed again, as resources get reallocated. 

Putting serverless to the test 

In 2020, we made an architecture decision to leverage serverless architecture for implementing a fraud detection use case. We had a legacy solution that was built on-prem using .NET and monolith patterns with many components reaching end-of-life, with the concomitant high maintenance costs and slow time-to-market for introducing business features. Being aware of the limitations and pitfalls, we made several design decisions to maximize the efficiency of using the serverless architecture patterns. Our cloud strategy was to use a single cloud provider for our enterprise cloud platform — AWS. Therefore, concerns around hyperscaler lock-in were not applicable 

  • We did not have a large infrastructure engineering workforce, which drove our strategy towards favoring the use of Software-as-a-Service (SaaS) offerings or Platform-as-a-Service (PaaS) components on our enterprise cloud platform. Although serverless and PaaS are not the same, they do have similar characteristics in terms of not needing to invest capacity and not maintaining computing, which fit right into our approach. 
  • To avoid creating too many microservices using serverless FaaS (Function-as-a-Service) patterns, we decided to align to an enterprise capabilities framework to help us define the number of components and leverage a domain-driven design approach. We selected BIAN (Banking Industry Architecture Network) and used many of the out-of-the-box definitions for APIs and microservices. This approach helped us keep the number of microservices to a reasonable number, which enabled us to effectively monitor and maintain those components in production. 

Given this use case was our first foray into serverless computing we decided on a set of KPIs to measure success: 

  • Cost efficiency. We compared the operational costs of the legacy system as a baseline with the pay-per-use model of serverless-built application. This included both the hardware cost, the operational staff required to support the solution and the cost of building the features. 
  • Time to market. How long does it take to develop comparable features on our new ecosystem compared to legacy. To make sure we are comparing apples to apples we used Agile story point to identify comparable features. 
  • Developer productivity. This one was a bit trickier to measure accurately and we decided to focus on code quality and number of successful commits. 
  • Operational efficiency. To accurately measure this metric, we decided to look at the number of hours spent on computing-related issues and the number of incidents overall. 
  • Scalability. Measured by persistent response time to peak time load.  

The results? 

After deploying the solution into our AWS production environment and letting it stabilize for 30 days, it was time to start looking at some of the metrics. The results largely confirmed our hypothesis regarding some of the benefits serverless computing brings to bear: 

  • Cost efficiency-wise, we saw an improvement of about 35%. 
  • Time to market got shortened by 15% on average. 
  • We detected a big bump in developer productivity, with a 25% increase across the board. 
  • Operation efficiency-wise, we did see a steep reduction of 55%-60% in the number of hours and incidents. 
  • Scalability-wise, the metrics across the two systems showed parity. 

In a post-mortem, given the favorable results and positive metrics, we decided to add serverless computing as an enterprise pattern and started to leverage serverless architecture patterns and components for additional use cases. 

Serverless computing is here to stay 

Is serverless the one pattern to rule them all? No. Is it a powerful enterprise pattern to leverage on use cases, using architecture guiding principles? Definitely. There is somewhat of a learning curve your technical workforce will need to go through but the benefits and increase in metrics is demonstrable. 

As for the future, I am a big believer that serverless computing is here to stay. Hyperscalers and providers of LLMs and SLMs will continue to work towards abstracting some of the complexities related to running those language models, and serverless commuting is a key technology in enabling that. Furthermore, the latest development in cost-efficiency LLMs with the introduction of the LLM DeepSeek R1 model deployed on Azure container apps with serverless GPUs is yet another testimony toward the potential of adopting serverless computing as an important toolset in your enterprise.

Yaron Yaniv is a seasoned chief architect with extensive experience in the fintech and technology sectors and currently serves as a senior VP and the global chief architect at GM Financial. Yaron has previously held leadership roles at Visa, SVB and Google, where he was instrumental in managing large-scale architecture and engineering organizations and driving digital transformation and innovation. He is passionate about mentoring teams and fostering a culture of continuous improvement, leveraging technology to solve complex problems and enhance customer experiences.

This article was made possible by our partnership with the IASA Chief Architect Forum. The CAF’s purpose is to test, challenge and support the art and science of Business Technology Architecture and its evolution over time as well as grow the influence and leadership of chief architects both inside and outside the profession. The CAF is a leadership community of the IASA, the leading non-profit professional association for business technology architects.  


Read More from This Article: Can serverless fix fintech’s scaling problem?
Source: News

Category: NewsFebruary 11, 2025
Tags: art

Post navigation

PreviousPrevious post:Workday aims to manage AI agents like employeesNextNext post:CRM ciudadano, el futuro de la relación entre administraciones y personas 

Related posts

Barb Wixom and MIT CISR on managing data like a product
May 30, 2025
Avery Dennison takes culture-first approach to AI transformation
May 30, 2025
The agentic AI assist Stanford University cancer care staff needed
May 30, 2025
Los desafíos de la era de la ‘IA en todas partes’, a fondo en Data & AI Summit 2025
May 30, 2025
“AI 비서가 팀 단위로 지원하는 효과”···퍼플렉시티, AI 프로젝트 10분 완성 도구 ‘랩스’ 출시
May 30, 2025
“ROI는 어디에?” AI 도입을 재고하게 만드는 실패 사례
May 30, 2025
Recent Posts
  • Barb Wixom and MIT CISR on managing data like a product
  • Avery Dennison takes culture-first approach to AI transformation
  • The agentic AI assist Stanford University cancer care staff needed
  • Los desafíos de la era de la ‘IA en todas partes’, a fondo en Data & AI Summit 2025
  • “AI 비서가 팀 단위로 지원하는 효과”···퍼플렉시티, AI 프로젝트 10분 완성 도구 ‘랩스’ 출시
Recent Comments
    Archives
    • May 2025
    • April 2025
    • March 2025
    • February 2025
    • January 2025
    • December 2024
    • November 2024
    • October 2024
    • September 2024
    • August 2024
    • July 2024
    • June 2024
    • May 2024
    • April 2024
    • March 2024
    • February 2024
    • January 2024
    • December 2023
    • November 2023
    • October 2023
    • September 2023
    • August 2023
    • July 2023
    • June 2023
    • May 2023
    • April 2023
    • March 2023
    • February 2023
    • January 2023
    • December 2022
    • November 2022
    • October 2022
    • September 2022
    • August 2022
    • July 2022
    • June 2022
    • May 2022
    • April 2022
    • March 2022
    • February 2022
    • January 2022
    • December 2021
    • November 2021
    • October 2021
    • September 2021
    • August 2021
    • July 2021
    • June 2021
    • May 2021
    • April 2021
    • March 2021
    • February 2021
    • January 2021
    • December 2020
    • November 2020
    • October 2020
    • September 2020
    • August 2020
    • July 2020
    • June 2020
    • May 2020
    • April 2020
    • January 2020
    • December 2019
    • November 2019
    • October 2019
    • September 2019
    • August 2019
    • July 2019
    • June 2019
    • May 2019
    • April 2019
    • March 2019
    • February 2019
    • January 2019
    • December 2018
    • November 2018
    • October 2018
    • September 2018
    • August 2018
    • July 2018
    • June 2018
    • May 2018
    • April 2018
    • March 2018
    • February 2018
    • January 2018
    • December 2017
    • November 2017
    • October 2017
    • September 2017
    • August 2017
    • July 2017
    • June 2017
    • May 2017
    • April 2017
    • March 2017
    • February 2017
    • January 2017
    Categories
    • News
    Meta
    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Tiatra LLC.

    Tiatra, LLC, based in the Washington, DC metropolitan area, proudly serves federal government agencies, organizations that work with the government and other commercial businesses and organizations. Tiatra specializes in a broad range of information technology (IT) development and management services incorporating solid engineering, attention to client needs, and meeting or exceeding any security parameters required. Our small yet innovative company is structured with a full complement of the necessary technical experts, working with hands-on management, to provide a high level of service and competitive pricing for your systems and engineering requirements.

    Find us on:

    FacebookTwitterLinkedin

    Submitclear

    Tiatra, LLC
    Copyright 2016. All rights reserved.