Create AWS Athena View Using AWS CDK

Athena Views!Sounds like SQL Views, correct? To some extent they are, means athena view is also a logical table and it does not hold any physical data.Good news is that manually, it is created similarly as SQL view, but what if you need to create it programmatically? In today's era most of the companies follow … Continue reading Create AWS Athena View Using AWS CDK