DefinitelyTyped/types/aws-lambda
Martin Donath 02ed6f6b49 Added missing field apiKeyId to API Gateway request context (#25195)
* Added missing field `apiKeyId` to API Gateway request context

`$context.identity.apiKeyId`: The API key ID associated with the key-enabled API request.

See the [AWS documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-mapping-template-reference.html) and search for `apiKeyId`.

* Added missing tests for new apiKeyId field in aws-lambda typings
2018-04-24 16:06:22 -07:00
..
aws-lambda-tests.ts Added missing field apiKeyId to API Gateway request context (#25195) 2018-04-24 16:06:22 -07:00
index.d.ts Added missing field apiKeyId to API Gateway request context (#25195) 2018-04-24 16:06:22 -07:00
tsconfig.json Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
tslint.json aws-lambda: Lint (#23167) 2018-01-24 09:53:35 -08:00