AI AGENT ADDONS

Connecting To Data Source

aws/agent-toolkit-for-aws

Setting up a connection between your database and AWS Glue lets you move data into a data lake. This skill helps you create and test that connection. It works with popular database types like Oracle, SQL Server, PostgreSQL, MySQL, Redshift, Snowflake, and BigQuery.

The skill first gathers information about your source. It checks for existing connections and discovers databases already running in your account. Then it registers credentials safely in AWS Secrets Manager or uses IAM database authentication. It also handles network setup inside a VPC so Glue can reach your data.

Once everything is ready, the skill tests the connection to make sure it works. You can reuse this connection later for any data ingestion job. This skill only creates the connection. It does not move data or create tables.

Add Connecting To Data Source skill to your workflow

Global

mkdir -p ~/.claude/skills/connecting-to-data-source

Project

mkdir -p .claude/skills/connecting-to-data-source

Source Repository

Stars
1,530
Forks
128
Watchers
1,530
License
Apache-2.0
Last Push
1 month ago
Created
3 months ago