Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add accessKey to the request context identity in lambda-http
  • Loading branch information
anmonteiro authored Dec 9, 2018
commit 9a050456310c087590bb310ec75840b3067d98cd
1 change: 1 addition & 0 deletions lambda-http/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ pub struct Identity {
pub account_id: Option<String>,
pub caller: Option<String>,
pub api_key: Option<String>,
pub access_key: Option<String>,
pub user: Option<String>,
pub user_agent: Option<String>,
pub user_arn: Option<String>,
Expand Down