AWS API Gateway with Terraform
Also, there’s AWS Chalice, which gives a Flask-like way of constructing RESTful interfaces with API Gateway. It has a number of glaring holes such as its lack of an equivalent of url_for, but it’s still quite good.
Also, there’s AWS Chalice, which gives a Flask-like way of constructing RESTful interfaces with API Gateway. It has a number of glaring holes such as its lack of an equivalent of url_for, but it’s still quite good.