Skip to content

Commit 407c8a6

Browse files
committed
small change
1 parent ec75f5e commit 407c8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/authorizer/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function generatePolicy(
5858
},
5959
context: {
6060
stringKey: 'stringval',
61-
numberKey: 123,
61+
numberKey: 456,
6262
booleanKey: true,
6363
},
6464
};

0 commit comments

Comments
 (0)