TimTimT
TimTimT
Very useful @tkonopka , Thank you!
I found this related issue: https://github.com/serverless/serverless/issues/12238
A local fix for me is to edit the "deploy_function.js" as folllows: Add resolve import value function: `const resolveCfImportValue = require('./utils/resolve-cf-import-value');` On line 419 of the same file: ``` if...
I tried a similar fix, but this does not work for me, presumably because I use a reference to the ARN, and not to the role name. (https://github.com/serverless/serverless/issues/12372) Perhaps your...
Hi @israx , Thank you for your feedback! I tried this out, and I get redirected to the hosted UI. I suspect it might not work as expected due to...
Hi @israx , that would work for me. For now, is it possible for me to directly call the function(s) that the amplify listener would otherwise call when an authorization...
Hi @israx , Since #13343 was closed as not planned, the initial solution that you suggested in this comment would still be the best solution to my problem and perhaps...