<Cloudflare Workers proxying to Lambda> is almost ...
# random
d
Cloudflare Workers proxying to Lambda is almost 10x cheaper than API Gateway, and more awesome 😛 Don’t give Bezos all your money
f
Interesting.. I wonder what the latency is like and if you are using IAM auth for your API, it will be a bit trickier?
d
Something I still have to try
But this library made me realise all AWS services are HTTP based anyway, I’m guessing IAM permissions are cached at the service side, not API Gateway
Then I again I know nothing of what you just said. Cognito is a signed token, should be no different.
f
Ah yeah, if the API is authorized using JWT, that’d be an easier switch.