我能够设置localstack(https://github.com/atlassian/localstack)并在其中创建正常的AG功能(使用create-rest-api ...命令)。
aws --endpoint-url=http://localhost:4567/ apigateway create-rest-api --name "MyFirstAPI"
aws --endpoint-url=http://localhost:4567/ apigateway get-resources --rest-api-id 8A-Z04959201
但是,我找不到在localstack中创建APIGateway的方法,以及如何将其重定向到我的项目以调用API函数。
我正在寻找没有Lambda的解决方案。我有一些文章,它使用Lambda
完成