aws-http-api-node-cognito icon indicating copy to clipboard operation
aws-http-api-node-cognito copied to clipboard

How to parse issuerUrl in serverless.ts file

Open aleksandar-polic-coreware opened this issue 4 years ago • 0 comments

I am working with Typescript template and in my serverless.ts I can't create httpApi from blog post because it says issuerUrl and audience must be string, so I can't use Fn:Join and Ref!

What should I do?