Skip to main content

A Python Serverless framework

Project description

# pylone Python serverless framework

# Usage

## Start a project

To start a new pylone project just type `bash pylone init ` ## Create a function

`bash pylone create-function `

## Create a layer

`bash pylone create-layer `

## Push architecture

`bash pylone archi push `

## Update code and configs

`bash pylone push `

# Template reference

## source parameter

You can use the source parameter to force a directory to be used as source `yaml source: ./bin `

## before-script parameter

You can use the before-script parameter to execute a bash script before processing an entity `yaml before-script: ./script.sh # OR before-script: "echo 'Starting ...'" `

## after-script parameter

Similar as before-script but launch script at the end of process `yaml after-script: ./script.sh # OR after-script: "echo 'END of process'" `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylone-0.1.2.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

pylone-0.1.2-py3-none-any.whl (11.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page