Get deployment identity
GET/system-information
Returns Version, Environment, ProjectName, ProjectShortname, AWSRegion, and AWSAccountId from Lambda environment variables. Any valid authenticated user may call this; there is no extra permission. role_id is recorded in audit logs. Invalid user returns GE-1060.
Request
Responses
- 200
- 400
- 500
All six fields when projectionExpression is omitted or empty. Otherwise only the names that match. Fields are not required because projection can omit them.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
GE-1060 invalid user. GE-1010 if a method other than GET reaches the handler.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
ClientError body is the raw boto string. Uncaught Exception is RTE-1001 via EMF-1001.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers