DefinitelyTyped/types/aws-lambda
Sterling Camden 462a890272 aws-lambda: uppercase custom in client context (#35562)
* uppercase custom in client context

per the aws docs

```clientContext – (mobile apps) Client context provided to the Lambda invoker by the client application.

client.installation_id

client.app_title

client.app_version_name

client.app_version_code

client.app_package_name

env.platform_version

env.platform

env.make

env.model

env.locale

Custom – Custom values set by the mobile application.```

We have been using the upper case value with no problems so i assume the docs are correct here.

* Update aws-lambda-tests.ts
2019-05-20 10:11:09 -07:00
..
aws-lambda-tests.ts aws-lambda: uppercase custom in client context (#35562) 2019-05-20 10:11:09 -07:00
index.d.ts aws-lambda: uppercase custom in client context (#35562) 2019-05-20 10:11:09 -07:00
tsconfig.json
tslint.json