go back / go search

AWS API Gateway with Swagger UI

April 6, 2022

1 create Lambda function

2 create API Gateway point to the Lambda function

3 publish the API JSON spec

4 create a new Lambda function that host the above JSON spec file

5 setup Lambda-based Swagger app: https://serverlessrepo.aws.amazon.com/applications/ap-south-1/324900372515/aws-api-gateway-swagger-ui

  • code
  • aws