An open API service indexing awesome lists of open source software.

https://github.com/vitalibo/amazon-athena-as-code


https://github.com/vitalibo/amazon-athena-as-code

athena aws cloudformation lambda

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Amazon Athena as Code

A set of Custom Resources that enables Amazon Athena support for CloudFormation. Documentation available at [Wiki Page](https://github.com/vitalibo/amazon-athena-as-code/wiki).

[![Build Status](https://travis-ci.org/vitalibo/amazon-athena-as-code.svg?branch=master)](https://travis-ci.org/vitalibo/amazon-athena-as-code)

### Deprecated

This project is no longer actual due to the fact that CloudFormation has native set of resources for Create/Update
[Database](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html),
[Table](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html) and
[NamedQuery](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html).