Serverless functions allow you to create back-end-like functionality without maintaining a backend server. Instead of a monolithic architecture, you can break up your website’s various functions into micro-services that use cloud infrastructure on a pay-as-you-go basis. This approach is gaining in popularity for its simplicity, cleanliness, and agility.
Learn how you can use RavenDB to achieve a serverless function approach to an easily changeable architecture.