Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[Docs] Athena required for server less deployments? #184
Labels
Comments
@dcworldwide Thanks for posting this one! It isn't required. We should adjust documentation and scaffolding to make it clear. |
Great thanks! That's a big help. |
@paveltiunov, does this mean the serverless function created by |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I were to deploy cube.js using AWS serverless architecture, is athena required?
The docs https://cube.dev/docs/deployment#serverless do not mention whether Athena is optional or required. But when reading it, I assume it is required because there are athena keys in the serverless.yml config. I'm evaluating the idea of using Postgres RDS as the sole datasource for cubejs.