A way to build and run applications and services without having to manage infrastructure. Your application is split into individual functions.
AWS Lambda functions triggering on S3 uploads or API Gateway calls.
class ServerlessArchitecture:\n def __init__(self):\n pass\n\n def execute(self):\n print('Executing Serverless Architecture')