Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.45 KB

File metadata and controls

55 lines (35 loc) · 1.45 KB

Serverless Python3.7 Starter with Plugin

A Python3.7 starter project for Serverless Framework with serverless-python-requirements plugin.

Requirements

Installation

Create a new project

$ serverless install --url https://github.com/fwang/serverless-python3.7-starter --name serverless-python37-starter

Install Serverless plugin: serverless-python-requirements

$ npm install

Usage

Invoke a function locally

$ serverless invoke local -f hello

Deploying

Deploy your project

$ serverless deploy

Deploy a single function

$ serverless deploy function --function hello

Support

  • Send us an email if you have any questions
  • Open a new issue if you've found a bug or have some suggestions.
  • Or submit a pull request!

Maintainers

Maintained by Anomaly Innovations. Subscribe to our newsletter for updates. Send us an email if you have any questions.