@axway-api-builder-ext/api-builder-plugin-fn-aws-athena

Plugin to query AWS Athena from within the API-Builder flow node

Usage no npm install needed!

<script type="module">
  import axwayApiBuilderExtApiBuilderPluginFnAwsAthena from 'https://cdn.skypack.dev/@axway-api-builder-ext/api-builder-plugin-fn-aws-athena';
</script>

README

Build Status

API-Builder AWS-Athena Flow-Node

Amazon Athena is an interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL. Athena is serverless, so there is no infrastructure to manage, and you pay only for the queries that you run.

Athena is easy to use. Simply point to your data in Amazon S3, define the schema, and start querying using standard SQL.

This module can be used to query a AWS Datasource as part of your API-Builder flow using AWS-Athena.

Configuration

Watch this video to get an overview how to install and configure the Axway API-Builder Connector: Install AWS-Athena Connector

After installation and restarting your API-Builder project you get the following connector:
Node

A default configuration file has been generated under: conf/aws-athena.default.js in which you have to configured your AWS-Access-Key information.

Changelog

See Change-Log