localstack-dotnet-client icon indicating copy to clipboard operation
localstack-dotnet-client copied to clipboard

Unable to create API Gateway Rest API

Open ghost opened this issue 1 year ago • 0 comments

Expected Behavior

Creates API Gateway Rest API

Actual Behavior

The manually configured client works but the Localstack.NET client won't Throws AmazonAPIGatewayException No moto route for service apigateway on path /ttp://apigateway.us-east-1.amazonaws.com/restapis found

Steps to Reproduce the Problem

  • MRE: https://github.com/vengut/LocalstackTest/blob/master/Program.cs
    • Logs: https://github.com/vengut/LocalstackTest/actions/runs/11584711661/job/32252369266

Specifications

  • Version: Localstack 3.7.1, LocalStack.Client 1.5.0
  • Platform: Linux (Seen it on Windows & Mac too)
  • Subsystem: Ubuntu

ghost avatar Oct 30 '24 00:10 ghost