I am trying to use AWS API Gateway and AWS Lambda(Python) for serving some static request. My use case requires me to create an API Gateway and lambda function once a setting is saved in my web application.
I was wondering if there is a way to create API Gateway and Lambda Function by API.