I followed the Postgres rds sample. That worked fi...
# help
m
I followed the Postgres rds sample. That worked fine for me. But when I imported my own schema + tables. I keep getting
BadRequestException: ERROR: relation "schema.table" does not exist
Even though it's clearly here
m
Hey @Michael James Munar we are currently refactoring our example to use the
RDS
construct. meanwhile you can track the progress here: https://github.com/serverless-stack/serverless-stack/pull/1542
m
Thanks Manitej
f
@Michael James Munar when do u get the
relation "schema.table" does not exist
error? query through the AWS RDS query editor?
m
Hey @Frank I get the error when I query through my lambda function
f
@Michael James Munar sorry for the late follow up. Did u get the query to work by any chance?
m
I've returned to using Google cloud sql for now.