Video: Beyond Serverless Functions
Simple HTTP trigger functions are only a small part of the serverless universe. Services can be coordinated with a central orchestrator, run in containers or as entire apps serverlessly, be grouped behind an API gateway, or communicate with one another over events. Task queues can be used to schedule serverless services or increase their resilience.… Read more