localstack.apigateway.request.count
API Gateway request countDimensions:None
Interface Metrics (2)
Native
Total number of API Gateway requests processedDimensions:None
Dimensions:None
Sources
Technical Annotations (50)
Configuration Parameters (6)
regionrecommended: eu-west-1LOCALSTACK_DEBUGrecommended: 1integration_http_methodrecommended: POSTGATEWAY_LISTENrecommended: :4566,:80,:443PROVIDER_OVERRIDE_APIGATEWAYrecommended: next_genAPIGW_ENABLE_NEXT_GEN_WEBSOCKETSrecommended: 1Error Signatures (9)
Internal Server Errorerror codeA DynamoDB error occurred. Message sent to queue.log patternInternal server errorhttp status500http statusInternalServerErrorerror codeError raised during invocation: Internal Server Errorlog patternNo moto route for service apigateway on path /usageplans/<plan ID>/usage found.error code502http statusLambda output should follow the next JSON formatlog patternCLI Commands (8)
aws apigateway create-rest-api --name "test-api-cli" --endpoint-url http://localhost:4566 --region eu-west-1diagnosticcurl -v http://local-alb.elb.localhost.localstack.cloud/accounts/healthdiagnosticcurl -v https://50b2495d.execute-api.localhost.localstack.cloud:4566/local/accounts/healthdiagnosticawslocal apigateway create-deployment --rest-api-id <REST_API_ID> --stage-name devremediationaws apigatewayv2 update-integration --api-id abcd1234 --integration-id aaabbb --request-parameters 'integration.request.header.someHeaderParam'='route.request.body.someBodyParam'diagnosticRESOURCE_ID=$(awslocal apigateway get-resources --rest-api-id <api-id> --query "items[?path=='/path'].id" --output text --region <region>)diagnosticawslocal apigateway get-resource --rest-api-id <api-id> --resource-id $RESOURCE_ID --region <region>diagnosticsls deploy --stage localremediationTechnical References (27)
API GatewaycomponentSNS topiccomponentSQS queuecomponentaws_api_gateway_rest_apicomponentLOCALSTACK_DEBUGcomponentaws_api_gateway_integrationcomponentLambda ProxyconceptIAM permissionsconceptenvironment variablesconfigurationAPIGW v2 HTTP Endpointcomponentlocalhost.localstack.cloudcomponentTwistedWebcomponentGetUsagecomponentmotocomponentusage plansconceptCreateDeploymentcomponentREST APIscomponentHTTP APIscomponentAWS_PROXYcomponentl.s.apigateway.integrationcomponentAPI Gateway WebSocketcomponentroute.request.bodyconceptintegration.request.headerconceptrequest-parameterscomponentCloudFormationcomponentserverless-localstackcomponentCORSconceptRelated Insights (10)
API Gateway internal server error during database outagecritical
▸
LocalStack resources fail to deploy without explicit region specification for namespace isolationwarning
▸
API Gateway accepts invalid GET method for Lambda proxy integrationwarning
▸
500 Internal Server Error prevents request fulfillment due to server-side failurescritical
▸
API Gateway returns 500 when proxying to ALB on port 80critical
▸
Missing API Gateway GetUsage endpoint prevents local testingwarning
▸
API Gateway endpoint unreachable without deploymentcritical
▸
API Gateway returns 502 when Lambda proxy response format is invalidwarning
▸
API Gateway WebSocket body parameters not mapped to integration headerswarning
▸
API Gateway CORS OPTIONS methods missing after stack redeploymentwarning
▸