Skip to content

[BUG] Unable to access floci apigatewayv2 url #1902

Description

@Millroy094

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

  1. 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>
  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    apigatewayv2Amazon API Gateway v2 (HTTP/WebSocket)bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions