serverless / serverless-openwhisk

Adds Apache OpenWhisk support to the Serverless Framework!
http://openwhisk.org/
MIT License
143 stars 47 forks source link

API Gateway endpoints overwritten #185

Open pheuberger opened 5 years ago

pheuberger commented 5 years ago

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?