elegant-pager-5412
10/28/2021, 5:05 AMauthorizerId
property on the route. Pulumi detects it and says it’s going to update it, however, it does nothing on AWS. In fact, when I try to re-deploy, it shows me again that it’s going to update the routes but once again, it does nothinglittle-cartoon-10569
10/28/2021, 5:31 AMelegant-pager-5412
10/28/2021, 7:30 AMauthorizer.id
to the authorizerId
property. so I guess I’m passing a Pulumi’s Output
async
(due to lambda compilation with esbuild
)authorizerId
is there under inputs
. In the outputs
key, the authorizerId
is an empty string. Something went wrong in betweenlittle-cartoon-10569
10/28/2021, 7:32 PM