Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to "serverless dev" but not auto deploy? #1039

Open
igoodwinVolly opened this issue Mar 9, 2022 · 0 comments
Open

Is it possible to "serverless dev" but not auto deploy? #1039

igoodwinVolly opened this issue Mar 9, 2022 · 0 comments

Comments

@igoodwinVolly
Copy link

Description

Currently, I don't think it is possible to turn off auto deploys when running Serverless commands, mainly the serverless dev command. I'd like to be able to view the logs from my Serverless Components app (an Express API hosted in AWS) without auto deploying changes on save.

Additional Data

A serverless log would solve 2 issues for me:

  1. While the saving => auto deploying feature is nice, it is introducing regression errors as when I save any file from my backend, other developer's updates are rolled back as I do not have the latest code from the associated Github branch before deploying to Serverless.
  2. No need to check AWS logs (which takes extra time to read through the CloudWatch Logs)

I'd like to know if there is a way (or possible to introduce a new way) to essentially serverless log the API but not auto-deploy.

Serverless Components v3.18.1
Express@3.0.1
Mac OS Mojave 10.14.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant