aws-glue-crawlflow helps you to run AWS Glue Crawler automatically.
AWS Services what to be called are below.
- AWS Lambda
- Amazon SQS
- AWS Step Functions
- AWS Glue
This app is created to be deployed by AWS SAM(Serverless Application Model).
To install the AWS SAM CLI, see following pages.
git clone https://github.com/tosh223/aws-glue-crawlflow.git
cd ./aws-glue-crawlflow
sam build
sam deploy --guided
Call a Lambda function 'enqueue_glue_crawlflow' with event like below.
{
"CrawlerName": "your-crawler-name",
"WaitTime": "60",
"CheckCount": "0"
}