Balaji Samletisamleti-balaji.hashnode.dev·Dec 15, 2024"AWS Lambda: Basics you Need to Know"AWS Lambda Explained: A Beginner’s Guide to Serverless Computing In the world of cloud computing, AWS Lambda stands out as one of the most popular serverless services. It simplifies the process of running your code without worrying about servers, mak...27 readsaws lambda
Aayush KhannaforCOPS IIT BHUblogs.copsiitbhu.co.in·Dec 11, 2024Introduction to Cloud ComputingCloud computing is a transformative technology that allows businesses and developers to build, deploy, and manage applications through virtualized environments offered by cloud providers. Cloud development focuses on leveraging cloud infrastructure t...21 likes·135 readsAWS
Anirudh Singh Bhadauriaanirudhbhadauria.hashnode.dev·Oct 29, 2024AWS Lambda & it's layered problems 🧵AWS Lambda a serverless compute service used for performing short running tasks, With lambda we can write code in JavaScript, Python, Java or Ruby and execute that code whenever we want or when a specific event happens. For example, I am writing some...11 likes·30 readsAWS certification
Abigeal Afolabiarbythecoder.hashnode.dev·Oct 16, 2024Deploying a Serverless Application with AWS Lambda and EventBridge: A Detailed Guide Day 30 of my 90 -Day Devops JourneyWelcome to day 30! This guide details creating a serverless application using Node.js, AWS Lambda, and EventBridge, triggered by S3 file uploads. Before You Begin: AWS Account: You need an active AWS account. IAM User with Permissions: Create an IA...serverless
Marcio Figueiredo | E3M Sistemas e Appse3m.dev.br·Oct 9, 2024Modernize ou Construa Novas Aplicações na Nuvem Sem Dores de CabeçaEntão, você e seu time precisam modernizar suas aplicações, talvez reescrever um sistema monolítico ou enfrentar um desafio similar. Mas tem um detalhe: o time não tem conhecimento suficiente sobre Docker, Kubernetes, containers ou sobre o planejamen...Escalabilidade
Saurabh Gerasaurabhgera.hashnode.dev·Sep 23, 2024**Saurabh Gera: Research-Driven Architect in Network, Security, and Cloud Infrastructure**Saurabh Gera, a Principal Architect at UnitedHealth Group, has built a distinguished career in architecting and delivering network, security, and cloud infrastructures for large-scale, enterprise environments. With over 15 years of hands-on experienc...SD-WAN Optimization
Hemanth Gangulahemanthgangula.hashnode.dev·Sep 21, 2024How AWS Lambda Works and What Makes It ServerlessWhat is AWS Lambda? Imagine writing code without ever worrying about servers. No more thinking about how much capacity you need or spending hours managing infrastructure. That’s the magic of AWS Lambda. It’s part of Amazon Web Services (AWS) and is a...Lambda execution
Victor Uzoagbavictoru.hashnode.dev·Sep 8, 2024Serverless WordPress: Exploring Headless CMS ArchitecturesThe rapid evolution of web technologies has sparked new approaches to managing content and delivering web experiences. One of the most innovative methods gaining traction in recent years is the use of Serverless and Headless CMS architectures—particu...Serverless wordpress
Md Nayeemusernayeem.hashnode.dev·Sep 6, 2024Understanding Modern Application Development: From Hybrid Multi-Cloud to Application ModernizationWhat is Hybrid Multi-Cloud? Hybrid multi-cloud is a strategy that combines the use of multiple cloud services from different providers, along with on-premises infrastructure. This approach gives organizations the flexibility to choose the best cloud ...Hybrid Multicloud
Shaileshshaileshpashte.hashnode.dev·Sep 5, 2024Learn Serverless Computing: An Overview of AWS LambdaIntroduction The cloud computing landscape has evolved significantly over the years, with organizations constantly seeking ways to build and deploy applications faster and more efficiently. Serverless computing is one of the most transformative parad...1 likeevent-driven execution