test:
	npx jest
	apt-get update && apt-get install -y python3-pip
	python3 -m pip install boto3
	python3 -m unittest discover lib/handler -p '*_test.py'
.PHONY: test
