Commit 2744a00
committed
fix(lambda): fix typo in local variable name
Fix a typo in a local variable name in `FunctionBase.grantInvokeVersion()`.
The variable `resouceArns` is renamed to `resourceArns`. This is a
local variable only, so there is no public API impact.resouceArns to resourceArns
1 parent 012cf32 commit 2744a00
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
556 | | - | |
| 556 | + | |
557 | 557 | | |
558 | | - | |
| 558 | + | |
559 | 559 | | |
560 | | - | |
| 560 | + | |
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
| |||
0 commit comments