Hacker News new | ask | show | jobs
by orf 627 days ago
It’s terribly slow, given that it’s starting an entire Python process, configuring boto3, etc. that’s 2 seconds on my machine, just to run —help. And it’s all to make a single HTTP request (80ms)

Not sure if this is just pseudocode though.

1 comments

You can use fetch if you want to call the API directly. It is just an example.
Yeah I figured! I like the design, it’s pretty cool.