mu_runtime 0.2.0

Alternative AWS Lambda Runtime for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "env": {
    "EnvironmentKey1": "EnvironmentValue1",
    "EnvironmentKey2": "EnvironmentValue2"
  },
  "client": {
    "app_package_name": "AppPackageName1",
    "app_title": "AppTitle1",
    "app_version_code": "AppVersionCode1",
    "app_version_name": "AppVersionName1",
    "installation_id": "InstallationId1"
  },
  "custom": {
    "CustomKey1": "CustomValue1",
    "CustomKey2": "CustomValue2"
  }
}