Trying to turn a containerized Cube.js deployment into a serverless one. I’m getting Continue wait on every API call, and I notice the cubejsProcess
lambda is never invoked. I checked SNS reachability by (successfully) publishing a message to it using the AWS SDK in the cubejs
lambda. The cubejsProcess
does get invoked with this inserted message. What might be preventing cubejs
from publishing messages to SNS?
This is similar to this question, however, connectivity to SNS has been verified in this case.