Hi,
I am trying to migrate from localstack to floci and I've an issue where I am not able to use the api gateway url in my frontend that talks to the backend apigateway.
I run the terraform on the container and it returns be this url https://e5da376f64.execute-api.eu-west-1.amazonaws.com. I know this URL needs to be translated to some I've tried several things like
http://e5da376f64.execute-api.eu-west-1.localhost:4566/events, http://e5da376f64.execute-api.eu-west-1.localhost.floci.io:4566/events. It gives me back:
<?xml version="1.0" encoding="UTF-8"?>
<Error>
<Code>InvalidArgument</Code>
<Message>POST on bucket requires ?delete parameter.</Message>
<RequestId>1e9978c2-0d30-45d6-b8dc-84772fc1d510</RequestId>
</Error>
http://localhost:4566/execute-api/e5da376f64/events and it gives me Invalid API id specified
My stage is $default. I've tried for so long I am sure I am doing something wrong here
Hi,
I am trying to migrate from localstack to floci and I've an issue where I am not able to use the api gateway url in my frontend that talks to the backend apigateway.
I run the terraform on the container and it returns be this url
https://e5da376f64.execute-api.eu-west-1.amazonaws.com. I know this URL needs to be translated to some I've tried several things likehttp://e5da376f64.execute-api.eu-west-1.localhost:4566/events,http://e5da376f64.execute-api.eu-west-1.localhost.floci.io:4566/events. It gives me back:http://localhost:4566/execute-api/e5da376f64/eventsand it gives meInvalid API id specifiedMy stage is $default. I've tried for so long I am sure I am doing something wrong here