Skip to content

Commit 70e7301

Browse files
anmonteirodavidbarsky
authored andcommitted
Add accessKey to the request context identity in lambda-http (#37)
1 parent 56f7dcf commit 70e7301

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambda-http/src/request.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ pub struct Identity {
6969
pub account_id: Option<String>,
7070
pub caller: Option<String>,
7171
pub api_key: Option<String>,
72+
pub access_key: Option<String>,
7273
pub user: Option<String>,
7374
pub user_agent: Option<String>,
7475
pub user_arn: Option<String>,

0 commit comments

Comments
 (0)