**Is your idea related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] [athena.unload](https://aws-sdk-pandas.readthedocs.io/en/stable/stubs/awswrangler.athena.unload.html#awswrangler-athena-unload)、[athena.read_sql_query](https://aws-sdk-pandas.readthedocs.io/en/stable/stubs/awswrangler.athena.read_sql_query.html#awswrangler-athena-read-sql-query) and [athena.start_query_execution](https://aws-sdk-pandas.readthedocs.io/en/stable/stubs/awswrangler.athena.start_query_execution.html#awswrangler-athena-start-query-execution) supports [client-side parameter resolution](https://aws-sdk-pandas.readthedocs.io/en/stable/tutorials/006%20-%20Amazon%20Athena.html#Client-side-parameter-resolution). It would be useful if [athena.create_ctas_table](https://aws-sdk-pandas.readthedocs.io/en/stable/stubs/awswrangler.athena.create_ctas_table.html#awswrangler-athena-create-ctas-table) had similar parameter resolution. **Describe the solution you'd like** A clear and concise description of what you are expecting. Add parameters `params` and `paramstyle` to `athena.create_ctas_table`. *P.S. Please do not attach files as it's considered a security risk. Add code snippets directly in the message body as much as possible.*