Skip to content

Commit b0091cb

Browse files
authored
Make resource_id optonial. httpApi doesn't use it.
1 parent dd4cb4a commit b0091cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-http/src/request.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub enum RequestContext {
6262
ApiGateway {
6363
//pub path: String,
6464
account_id: String,
65-
resource_id: String,
65+
resource_id: Option<String>,
6666
stage: String,
6767
request_id: String,
6868
resource_path: String,

0 commit comments

Comments
 (0)