Y
Hacker News
new
|
ask
|
show
|
jobs
by
impostervt
3600 days ago
API Gateway was a pain to use when it first came out. The API wasn't supported by AWS CLI and there were no good wrappers for it in Node.js (my preferred language for APIs).
Has the situation improved?
2 comments
dastbe
3600 days ago
API Gateway is supported from the cli:
http://docs.aws.amazon.com/cli/latest/reference/apigateway/
and is part of the SDK for Node:
https://aws.amazon.com/sdk-for-node-js/
link
crolek
3599 days ago
I would suggest checking out
https://claudiajs.com/
. I used it for a few quick API Gateway to Lambda things and it seems to be pretty sweet so far.
link
and is part of the SDK for Node: https://aws.amazon.com/sdk-for-node-js/