Closed stmuk closed 1 month ago
For the API server, must remember to check if we are using the database/sql package properly when it comes to concurrent requests. We are guaranteed sequential requests with lambda, so we have got away with not thinking about this so far.
We may also want to somehow limit the overall number of concurrent requests the API handles.
Get ONS EC2 working - (this may just be sorting DB access)