Stacktape
Stacktape


packageWorkloads()

Overview and basic usage


Packages your compute resources and prepares them for deployment.


  • Useful for inspecting the packaged deployment artifacts.

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