Skip to content

Latest commit

 

History

History

This folder contains the AWS lambda functions as well as some local testing tools

lambda_function.py - Corresponds to the main handler of the Rest API on AWS Lambda

queries.py - Helper functions for lambda_function.py, put any SQL queries in here

localTesting.py - If you're testing a new AWS lambda function locally use this

restTest.js - To test your queries against the deployed AWS Lambda functions use this Note: run "npm i" to resolve the axios dependency