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 528dbad commit dbdba86Copy full SHA for dbdba86
infrastructure/scripts/setup/monitoring-jvm.sh
@@ -75,7 +75,7 @@ for i in {1..20}; do
75
sleep 5
76
done
77
78
-API_ID=$(aws apigateway get-rest-apis --query "items[?name=='unicornstore-thread-dump-api-manual'].id" --output text)
+API_ID=$(aws apigateway get-rest-apis --query "items[?name=='unicornstore-thread-dump-api'].id" --output text)
79
VPCE_ID=$(aws ec2 describe-vpc-endpoints --filters "Name=service-name,Values=com.amazonaws.${AWS_REGION}.execute-api" --query "VpcEndpoints[0].VpcEndpointId" --output text)
80
LAMBDA_URL="https://${API_ID}-${VPCE_ID}.execute-api.${AWS_REGION}.vpce.amazonaws.com/prod"
81
0 commit comments