Looks for a particular movie in a particular cinema & notifies you as soon as it goes live
# this will watch & rebuild all the lambda function
make watch
# it'll start an api gateway simulator on port 3000
make local-api
# it starts a cors proxy, because stupid SAM CLI does't support CORS in local
make local-cors-proxy
Contributions, issues and feature requests are welcome.
Feel free to check issues page if you want to contribute.
Licensed under the MIT License.