---
url: >-
  /api/platform/platform-serverless-testing/types/interface-lambda-promise-result.md
description: >-
  api documentation of LambdaPromiseResult from
  @tsed/platform-serverless-testing
---

## Usage

```typescript
import { LambdaPromiseResult } from "@tsed/platform-serverless-testing";
```

> See [/packages/platform/platform-serverless-testing/src/PlatformServerlessTest.ts](https://github.com/tsedio/tsed/blob/v8.38.4/packages/platform/platform-serverless-testing/src/PlatformServerlessTest.ts#L0-L0).

## Overview

```ts
interface LambdaPromiseResult extends Promise<APIGatewayProxyResult> {
}
```
