We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ddb9e commit de6c5adCopy full SHA for de6c5ad
Examples/ServiceLifecycle/deploy.sh
@@ -32,4 +32,5 @@ echo "📋 To get the database connection details, run:"
32
echo "aws cloudformation describe-stacks --stack-name servicelifecycle-stack --query 'Stacks[0].Outputs'"
33
echo ""
34
echo "🧪 To test the Lambda function:"
35
-echo "curl \$(aws cloudformation describe-stacks --stack-name servicelifecycle-stack --query 'Stacks[0].Outputs[?OutputKey==`APIGatewayEndpoint`].OutputValue' --output text)"
+# shellcheck disable=SC2006
36
+echo "curl $(aws cloudformation describe-stacks --stack-name servicelifecycle-stack --query 'Stacks[0].Outputs[?OutputKey==`APIGatewayEndpoint`].OutputValue' --output text)"
0 commit comments