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.
1 parent ec75f5e commit 407c8a6Copy full SHA for 407c8a6
lambdas/authorizer/src/index.ts
@@ -58,7 +58,7 @@ function generatePolicy(
58
},
59
context: {
60
stringKey: 'stringval',
61
- numberKey: 123,
+ numberKey: 456,
62
booleanKey: true,
63
64
};
0 commit comments