- run
make all
- make all will build everything, install deps, and run test
- test will say pass since we aren't checking any returns
- flow of test
- hit apigw route get presigned post url
- post to url
- this should trigger s3_on_object_created_processing
- This should emit logs but doesn't
- run
make get-logs-aws
to view logs
- make all will build everything, install deps, and run test