serverless
Version:
Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more
22 lines (14 loc) • 724 B
Markdown
<!--
title: Serverless Framework - Kubeless Guide - Events
menuText: Events
menuOrder: 6
description: Configuring Kubeless Events in the Serverless Framework
layout: Doc
-->
<!-- DOCS-SITE-LINK:START automatically generated -->
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/kubeless/guide/events)
<!-- DOCS-SITE-LINK:END -->
# Kubeless - Events
Simply put, events are the things that trigger your functions to run.
If you are using Kubeless as your provider, all `events` in the service are anything in Kubeless that can trigger your Functions, like HTTP endpoints or message queues.
[View the Kubeless events section for a list of supported events](../events)