serverless-operations / serverless-apigateway-service-proxy

This Serverless Framewrok plugin supports the AWS service proxy integration feature of API Gateway.
259 stars 77 forks source link

s3 proxies are being added to websocket gateway and not restapi #68

Open samueljim opened 4 years ago

samueljim commented 4 years ago

My serverless config has both websockets and a restapi.

When I enable serverless websocket (native ones not the plugin version) I get the following output:

Serverless APIGateway Service Proxy OutPuts endpoints: GET - https://pl7ol3f5qb.execute-api.us-east-1.amazonaws.com/stage,wss://m50351w0r1.execute-api.us-east-1.amazonaws.com/stage/s3/{key}

I want to be able to add the s3 routes to the https endpoint and not to the websockets endpoint.

horike37 commented 4 years ago

@samueljim Can you share us the serverless.yml you use so that we can take a look at it?