This sample assumes you have aws cli installed and configured to use ap-southeast-2 (Update gulp file here if different region). Create a role for the lambda function and update it here
Clone the project.
npm install
gulp
By default it will upload simple_add.py to the aws lambda with the required lambda tensorflow dependency. If you want to upload your own function. Add file and update the gulpfile.js
node test.js
By default it will execute the lambda function simple_add.py with required inputs. For your custom test or input data, edit the test.js