UNPKG

sls-dev-tools

Version:

The Dev Tools for the Serverless World

11 lines (9 loc) 231 B
"use strict"; const getStackResources = (stackName, cloudformation) => cloudformation.listStackResources({ StackName: stackName }).promise().catch(error => { console.error(error); }); module.exports = { getStackResources };