Search code examples
serverless-framework

How to connect to an existing serverless deploy


Say I am working on one computer, and I do a serverless deploy. And lets say for arguments sake that I toss my computer out the window out of anger, and buy another. Is there any way when I start working on my serverless project to connect to the existing deployed version?


Solution

  • As long as you still have access to the serverless.yml and any source code (cause you checked it into source control or backed it up somewhere) and you still have credentials for the AWS account the serverless app is deployed to, sure