DEV Community

Discussion on: Getting Started with AWS Lambda and Node.js

Collapse
 
ankursingh16 profile image
AnkurSingh16

Thats a very nice article Adnan. I'm looking to find a way to write Lambda code in local IDE so that I can have version control. Any suggestions?

Collapse
 
adnanrahic profile image
Adnan Rahić

I use VSCode and the Serverless Framework to manage my resources and code. Check out this article I wrote to learn how.