A simple package made to upload lambda files to amazon services automatically
You need to have AWS CLI installed and configured, if you don't, checkout this repo and follow its instructions
Try to follow the naming convention below:
METHOD-lambda-name
The following names are valid through this convention:
GET-operators
POST-validation
DELETE-operation-managers
Before uploading the files make sure to build them using npm run build
or do it automatically using Build