I've created a Lambda function to suspend the "Terminate" process in my autoscaling group which works when I hardcode the ASG Name in the Lambda Node.js code. I need to pull the ASG name from the "ASGName" custom resource property in the CloudFormation Template (see below):I've created a Lambda function to suspend the "