Build, Test, & Release 🚀

push-fns

A simple library for packaging up serverless function code and uploading to a bucket for use in lambda or cloud functions

Usage

Command Overview:

push-fns

A simple tool to upload serverless function assets

Usage: push-fns <COMMAND>

Subcommands:

push-fns aws

Zips up function assets and uploads them to AWS S3 for use in lambda functions. Optionally creates a file for a layer as well as a file for the function itself

Usage: push-fns aws [OPTIONS] --buckets <BUCKETS> --regions <REGIONS> --function-key <FUNCTION_KEY>

Options:

push-fns gcp

Zips up function assets and uploads them to Google Cloud Storage for use in Cloud Functions

Usage: push-fns gcp [OPTIONS] --buckets <BUCKETS> --function-key <FUNCTION_KEY>

Options:

This document was generated automatically by clap-markdown.