Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding optional files to contain JSON objects for clientContext and i… #51

Merged
merged 1 commit into from
Jan 23, 2016

Conversation

Skorch
Copy link
Contributor

@Skorch Skorch commented Nov 10, 2015

Adding optional files to contain JSON objects for clientContext and identity to be passed into the lambda_invoke command.

…dentity to be passed into the lambda_invoke command.
@Skorch
Copy link
Contributor Author

Skorch commented Nov 10, 2015

The identity.json file is formatted as such:

{
  "cognitoIdentityId": "us-east-1:f9ce8f14-81c3-4c63-81b3-xxxxxxxxxxxx",
  "cognitoIdentityPoolId": "us-east-1:a541b935-bfea-4be6-b842-xxxxxxxxxxx"
}

The client_context.json is formatted as such:

{
  "client":{
    "installation_id" : "id_123",
    "app_version_code": "1.0",
    "app_version_name": "app version name",
    "app_package_name": "app package name",
    "app_title": "app title"
  },
  "env": {
    "platform_versioin": "9.1",
    "platform": "ios",
    "make": "iPhone",
    "model": "6",
    "locale": "ca"
  }
}

Tim-B added a commit that referenced this pull request Jan 23, 2016
Adding optional files to contain JSON objects for clientContext and i…
@Tim-B Tim-B merged commit 6f16f0e into Tim-B:master Jan 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants