ONSdigital / dp-find-insights-poc-api

Find Insights Proof of Concept
MIT License
1 stars 0 forks source link

Get ONS EC2 working #128

Closed stmuk closed 1 month ago

stmuk commented 2 years ago

Get ONS EC2 working - (this may just be sorting DB access)

wavemechanics commented 2 years 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.