aws-cf-stack-output
Echos the value of an AWS CloudFormation stack output
Usage:
npx @nrfcloud/aws-cf-stack-output <stackName> <outputName>
Setup
To run the script, you need to configure access to your AWS account.
The recommended way is to set up a shared credentials file
.aws\credentials
and set the environment variable
AWS_REGION
to the value us-east-1
.