Commit 4454d0c
authored
fix: API Lambda function permissions (#84)
Update the API's Lambda function permissions to include `lambda:InvokeFunction`.
This is a recent change from AWS requiring public function URLs to include both the
`lambda:InvokeFunctionUrl` and `lambda:InvokeFunction` actions.1 parent 1216cf5 commit 4454d0c
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments