(url, event, context); + if (handlerResponse.body && handlerResponse.statusCode) { + callback(null, handlerResponse); } else { callback(null, { statusCode: 200, - body: typeof response === 'object' ? JSON.stringify(response) : response, + body: typeof handlerResponse === 'object...
/equipment-status get: Summary: Retrieves the status of the UE Operation ID: GetEquipmentStatus Tags: - Equipment Status (Document) Parameters: - name: pei In: query Description: PEI of the UE Required/Optional: true Schema: Reference: '#/components/schemas/Pei' ...