Ashishkumar Pandey
07/26/2021, 4:37 AMHttpJwtAuthorizer
that I need to share across some stacks. I am initialising these authorizers in a separate stack called PreStack
. How can I share these authorizers from PreStack
so that my other stacks can refer to the same authorizers?Frank
HttpJwtAuthorizer
are not AWS resources, so they don’t belong to any stack. It’s really just a config object that’s passed into the Api
construct.Frank
Ashishkumar Pandey
07/26/2021, 7:06 AMFrank