Good afternoon everyone, I have a backend that I n...
# help
k
Good afternoon everyone, I have a backend that I need to duplicate. Normally I would install the serverless lib in my terminal, and run a
serverless deploy
, and my functions would be pushed to lambda in my aws account. But I'm checking, there were big changes. Is it possible for me to deploy my api like I did before? at least initially for me to plan for migration?
t
hey are you referring to serverless framework? this slack is for SST which is different
k
🤔
this, for serverless framework
i opened the same link i followed when deploying a new backend for that client, i will check
sorry i made a big mess 😅 thanks @thdxr
my code is based on this template, and I followed the guide on serverless-stack, but I see that there was this separation and news https://github.com/AnomalyInnovations/serverless-stack-demo-ext-api
f
Hey @Kesley David DEV, if u clone the repo you shared above, you should still be able to deploy it using
serverless deploy
.