Stacktape
Stacktape


packageWorkloads()

Overview and basic usage


package-workloads

Packages your compute resources and prepares them for deployment.

This is useful for inspecting the packaged artifacts before deploying.



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

Contents