Auth Firebase + AWS Lambda + Aurora Serverless PostgreSQL

Hello,
I’m developing an app where I authenticate my users through Firebase and then I invoke many AWS Lambda for executing queries on Aurora Serverless PostgreSQL.
Can I invoke these Lambda directly or through API Gateway?
And how can I authorize requests?

Thanks