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 de6c5ad commit 3f35fb1Copy full SHA for 3f35fb1
Examples/ServiceLifecycle/deploy.sh
@@ -32,5 +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
-# shellcheck disable=SC2006
+# shellcheck disable=SC2006,SC2016
36
echo "curl $(aws cloudformation describe-stacks --stack-name servicelifecycle-stack --query 'Stacks[0].Outputs[?OutputKey==`APIGatewayEndpoint`].OutputValue' --output text)"
0 commit comments