Philipp Muens 1261bd9927 Merge pull request #4046 from horike37/add-plugin-command
Add plugin command to provide for users how find and install / uninstall
2017-09-08 14:06:26 +02:00
..
2017-09-04 06:11:44 +09:00
2017-09-08 17:22:10 +09:00
2017-09-06 00:03:53 -07:00

Read this on the main serverless docs site

Serverless Infrastructure Providers

Under the hood, the serverless framework is deploying your code to a cloud provider like AWS, Microsoft Azure, Apache OpenWhisk or Google Cloud functions.



Connecting your provider

To deploy functions, specify your provider in your service's serverless.yml file under the provider key and make sure your provider credentials are setup on your machine or CI/CD system.

# serverless.yml
service: my-service-name

provider:
  name: aws