Alexandru Simandi
01/28/2022, 1:59 PM[stage]-[stack name]-[id]
I need it to be simply aml-person-flow
as we upload the assets to a custom release manager which requires it to have this nameAlexandru Simandi
01/28/2022, 3:23 PMaml
, stack name to person
and id to be flow
for now, ugly but gets the job done 🤣Frank
// ur index file
export default function main(app) {
new ApiStack(app, "api", { stackName: `${app.stage}-custom-stack-name`} );
}
Frank
Alexandru Simandi
01/28/2022, 4:28 PM