Commit Graph

6 Commits

Author SHA1 Message Date
Narendra Pathai 2aa9e78ddd Minor refactorings and code style changes (#807)
* Made minor changes in some patterns such as removed throws clause where not needed, changed incorrect order of arguments in assertEquals

* Minor refactorings and code style changes. 1) Removed several use of raw types 2) Removed unnecessary throws clauses 3) Used lambda expressions wherever applicable 4) Used apt assertion methods for readability 5) Use of try with resources wherever applicable 6) Corrected incorrect order of assertXXX arguments

* Removed unused import from Promise

* Addressed review comments

* Addressed checkstyle issue
2018-10-23 13:45:41 +05:30
Dheeraj Mummareddy 522fbc035f delete the incorrect package 2018-04-08 10:56:48 -04:00
Dheeraj Mummareddy 40e5cc628a minor code review comments and Updating license header 2018-04-08 10:56:10 -04:00
Dheeraj Mummareddy 3f9a5a254e code review comments 2018-03-13 12:03:23 -04:00
Dheeraj Mummareddy b2dd36f607 adding backend as a service with lambda + api gateway + dynamodb 2018-03-05 20:51:32 -05:00
Dheeraj Mummareddy 7a7ba871dc serveless implementation using aws compute engine and serverless framework 2018-02-08 12:03:00 -05:00