Stacktape

Sign up

Stacktape

Sign up



packageWorkloads()

Overview and basic usage


Packages your compute resources and prepares them for deployment.


  • Useful for inspecting the packaged deployment artifacts.

Copy

import { Stacktape } from "stacktape";
const stacktape = new Stacktape();
stacktape.packageWorkloads({
region: "<<region>>",
stage: "<<stage>>"
});

API reference

Arguments

region
Required
stage
Required
awsAccount
config
configPath
currentWorkingDirectory
profile
projectName
templateId

Need help? Ask a question on Discord or info@stacktape.com.