article thumbnail

Authentication in Serverless Apps—What Are the Options?

DevOps.com

Serverless applications are growing in popularity among DevOps engineers. They are also commonly used to deploy microservices. However, serverless applications present unique security challenges, one of them being authentication. The post Authentication in Serverless Apps—What Are the Options?

article thumbnail

Dynamic Data Processing Using Serverless Java With Quarkus on AWS Lambda (Part 1)

Dzone - DevOps

With the growth of the application modernization demands, monolithic applications were refactored to cloud-native microservices and serverless functions with lighter, faster, and smaller application portfolios for the past years.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Can Dynamic Sites Go Serverless?

Netlify

Why I migrated my dynamic sites to a serverless architecture. Like most web developers these days, I’ve heard of serverless applications and Jamstack for a while. The idea of serverless for a tool that is mostly static content is appealing. Not the usual serverless migration. So, should I migrate at all?

article thumbnail

Can’t-miss Serverless Sessions for AWS Summit Santa Clara

Stackery

Since there isn’t a dedicated serverless track, we built one for you. 2) Tell your boss and architects to grab a box lunch before the noon session and then put these two sessions on their calendars: These talks will let you understand the serverless landscape and engineer apps that work at scale. You’re not alone. Only time will tell!

article thumbnail

Here’s What I Learned About Developing A Serverless Web App

Xicom

Nowadays, the cliche “serverless architecture” is the latest addition in the technology wordbook, prevailing following the launch of AWS (Amazon Web Services) Lambada in 2014. While the gospel truth is serverless, architecture proffers the promise of writing codes without any ongoing server administration apprehension.

article thumbnail

Microservices and the Future of Software Development

KitelyTech

This type of development can call into two camps – monolithic architecture and microservices architecture. Microservices, however, uses multiple services that are loosely coupled together. Monolithic architecture presents several challenges to development. Adoption of Microservices and Benefits.

article thumbnail

How caching microservice outputs led to a 7x performance improvement

Netlify

A little while ago, after much consideration and thought, I decided to migrate my hackathon-style backend-heavy dynamic tool neutrality.wtf to a serverless architecture, hosted by Netlify. Luckily, the whole idea of a microservice is that it is designed to be standalone and distinct, not sharing its logic with any external code.