Published Sep 3, 2019

SE-Radio Episode 320: Nate Taggart on Serverless Paradigm

Kishore Bhatia and Nate Taggart delve into the transformative serverless paradigm, discussing its security challenges, cost efficiencies, and adoption strategies. They explore the architectural advantages of serverless technology, providing insights into balancing performance and scalability for modern applications.
Episode Highlights
Software Engineering Radio - the podcast for professional software developers logo

Popular Clips

Episode Highlights

  • Security Insights

    Serverless computing introduces unique security considerations, as highlighted by . He notes that while the attack surface might seem large due to the distributed nature of serverless functions, each transaction is isolated, reducing the risk of cross-transaction vulnerabilities 1. emphasizes the importance of robust security policies and IAM roles to ensure that serverless applications are not just perceived as secure but are genuinely protected 2.

    Serverless security is becoming a more and more prevalent topic and I think the thinking around it is still emerging.

    ---

    The ability to create granular permission systems is a significant advantage, though it requires careful management to avoid human errors 1.

       

    Security Challenges

    The shift to serverless computing necessitates a reevaluation of traditional security tools, as many may no longer be applicable. points out that organizations need to develop new strategies to address security concerns, especially since serverless often starts with non-critical tasks 3. This gradual adoption allows companies to build expertise and refine security practices before scaling up.

    You might find that you're looking for new coverage or new ways to solve security problems that previously you'd already addressed.

    ---

    Additionally, the move towards microservices and distributed architectures is driving the adoption of serverless models, offering both engineering and business benefits 4.

Related Episodes