We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
accessKey
identity
1 parent 56f7dcf commit 70e7301Copy full SHA for 70e7301
lambda-http/src/request.rs
@@ -69,6 +69,7 @@ pub struct Identity {
69
pub account_id: Option<String>,
70
pub caller: Option<String>,
71
pub api_key: Option<String>,
72
+ pub access_key: Option<String>,
73
pub user: Option<String>,
74
pub user_agent: Option<String>,
75
pub user_arn: Option<String>,
0 commit comments