The purpose of this tutorial is to show you how to create your first serverless API using Amazon Web Services(AWS) Lambda, DynamoDB, API Gateway for API exposure and of course
Continue readingTag: NODE.JS
How to convert JSON to CSV in Node.JS
This article is a continuation of How to convert CSV to JSON in Node.JS. We will keep up with the same pattern used there – introducing two solutions to our
Continue readingHow to convert CSV to JSON in Node.JS
Reading a CSV file and parsing it to JSON is an easy-peasy job in Node.JS. Something important that you need to take into consideration before continue to implement the solutions
Continue reading