Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 578 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 578 Bytes

homebrew-swift-lambda

A command line interface that provides shortcuts and assistance for creating and packaging AWS Lambda Swift functions.

Installation

Homebrew

brew tap asensei/swift-lambda
brew install swift-lambda

Usage

Usage: swift-lambda <subcommand> [options]
Subcommands:
    init      Initialize a new function
    run       Invokes the function
    archive   Build and archive the function for deployment
    version   Print version information and exit

For help with each subcommand run:
swift-lambda <subcommand> -h|--help