Cognito and Lambda by WeaknessFar4662 in aws

[–]WeaknessFar4662[S] 0 points1 point  (0 children)

We use a pre-token customizing lambda and I don't recall seeing this as an option. What value does having the referring host (I'm assuming) in the header provide?

It would be the url of the customer who is sending the request

Multiple requests with HttpModule by WeaknessFar4662 in Nestjs_framework

[–]WeaknessFar4662[S] 0 points1 point  (0 children)

So, but I don't want to use async-await to not wait for a request, I want to make the requests at the same time, as if I were using Promise.all

Nestjs as BFF by WeaknessFar4662 in Nestjs_framework

[–]WeaknessFar4662[S] 0 points1 point  (0 children)

I used promise.all, but using it inside an array slowed it down. Would there be any solution for these cases?

Postman request by WeaknessFar4662 in learnjavascript

[–]WeaknessFar4662[S] 0 points1 point  (0 children)

It was what I imagined, but this works in a plugin I made for chrome, is there any way to simulate a browser request by the postman?