Skip to content

Commit dbdba86

Browse files
author
Yuriy Bezsonov
committed
fix url
1 parent 528dbad commit dbdba86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/scripts/setup/monitoring-jvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ for i in {1..20}; do
7575
sleep 5
7676
done
7777

78-
API_ID=$(aws apigateway get-rest-apis --query "items[?name=='unicornstore-thread-dump-api-manual'].id" --output text)
78+
API_ID=$(aws apigateway get-rest-apis --query "items[?name=='unicornstore-thread-dump-api'].id" --output text)
7979
VPCE_ID=$(aws ec2 describe-vpc-endpoints --filters "Name=service-name,Values=com.amazonaws.${AWS_REGION}.execute-api" --query "VpcEndpoints[0].VpcEndpointId" --output text)
8080
LAMBDA_URL="https://${API_ID}-${VPCE_ID}.execute-api.${AWS_REGION}.vpce.amazonaws.com/prod"
8181

0 commit comments

Comments
 (0)