serverless-openwhisk icon indicating copy to clipboard operation
serverless-openwhisk copied to clipboard

API Gateway endpoints overwritten

Open pheuberger opened this issue 4 years ago • 0 comments

We have multiple serverless projects. Recently we started to run into the following problem: Deploying one of the projects with sls deploy overwrites all endpoints from the other projects.

To get a bit more specific: Project A: sls deploy -> creates API for project A. I have now 1 API project

then

Project B: sls deploy -> creates API for project B. I now expect to have 2 API projects, but for some reason only have the API for project B now.

This worked fine until just recently. Did anybody run into this as well?

pheuberger avatar Sep 13 '19 14:09 pheuberger