Quickstart: deploy with MultiTool
This guide shows you how to deploy your own AWS Lambda code using MultiTool. You'll connect the CLI to the MultiTool app and run a deployment using Lambda code packaged as a zip file.
Prerequisities
- Create a free MultiTool account
-
Create a new workspace from the MultiTool app
-
Create a new application in your workspace
Step 1: Install the MultiTool CLI
Install the MultiTool CLI on macOS, Windows, or Linux. For more information, see Installation.
Step 2: Login with the MultiTool CLI
Connect the CLI to your MultiTool account:
multi login
Step 3: Deploy your Lambda code
Once you have a .zip
file containing your Lambda code, run:
multi run --workspace MY_WORKSPACE_NAME --application MY_APPLICATION_NAME my_code.zip
Replace:
-
MY_WORKSPACE_NAME
with the name of your MultiTool workspace -
MY_APPLICATION_NAME
with the name of your application -
my_code.zip
with the path to your build artifact