This lambda function will be used to create and add the journey to the journey-store DynamoDB table.
npm run test will run unit test
Use npm install
{
journey: {
journeyID: "",
userID: 0001,
startTime: "",
startPoint: ,
endPoint: ,
path: ,
status: "pending"
}
}