DEV Community

Cover image for What files are required inside .zip file when we deploy a NestJS app with Serverless Framework
Pablo Alejandro Salazar Santizo
Pablo Alejandro Salazar Santizo

Posted on

1

What files are required inside .zip file when we deploy a NestJS app with Serverless Framework

i have a NestJS project integrated with Serverless Framework, when i run

$ serverless deploy

I realize that the .zip file inside /.sererless directory contains all the protect its necessary to have all the project inside the .zip file or can i remove the /src, /test ... directories?

I can…

Top comments (0)

πŸ‘‹ Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay