Constant FAAS_INVOKED_REGION
Source pub const FAAS_INVOKED_REGION: &str = "faas.invoked_region";
Expand description
The cloud region of the invoked function.
§Notes
SHOULD be equal to the cloud.region
resource attribute of the invoked function.
§Examples