I am quite new to backend type work, so I am teaching myself postgres and express. I have built an API that uses JWT authentication and allows calls only from one host, but I am wondering if there is anything more I need to do in order to protect db access.
I have deployed my REST API on AWS Elastic Beanstalk. I plan on moving everything to lambda + api gateway, but even then besides API security, is there any general guideline as to how to protect db access? I have looked online, but most tutorials do not even cover authentication and such. Thanks