Serverless function for AWS that calls a endpoint in server. Developed as part of @danilo-delbusso's a final year project
Report Bug
The project contains a simple AWS lambda function that invokes an endpoint to start the caching process for feature statistics calculation.
It does not implement authentication, since the REST API does not contain any.
To install, first clone the repository
git clone https://github.com/wifi-tracing/caching-function.git
Then install dependencies by using
npm install
The function is built to be invoked by AWS lambda. You can call it manually by calling the startRequest
function in index.js
.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create.
The repo itself is just used to show the project. It is NOT actively maintained. The author suggests forking the project instead of opening new issues.
Distributed under the MIT License. See LICENSE
for more information.
Danilo Del Busso - @danilo_delbusso