You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 projectthen
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?
The text was updated successfully, but these errors were encountered: