mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
New event sources for Cloudant and Message Hub. Support using plugin with local OpenWhisk deployments. Web Actions section for HTTP events without API Gw.
Read this on the main serverless docs site
Serverless Infrastructure Providers
Providers are where your serverless functions run in the cloud.
Under the hood, the serverless framework is deploying your code to a cloud provider like Amazon web services or Google Cloud functions.
You specify your provider in your services serverless.yml file under the provider key.