Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.13 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.13 KB

aws-glue-crawlflow

aws-glue-crawlflow helps you to run AWS Glue Crawler automatically.

Description

AWS Services what to be called are below.

  • AWS Lambda
  • Amazon SQS
  • AWS Step Functions
  • AWS Glue

aws-glue-crawlflow

Install

This app is created to be deployed by AWS SAM(Serverless Application Model).

To install the AWS SAM CLI, see following pages.

Installing the AWS SAM CLI

git clone https://github.com/tosh223/aws-glue-crawlflow.git
cd ./aws-glue-crawlflow
sam build
sam deploy --guided

Usage

Call a Lambda function 'enqueue_glue_crawlflow' with event like below.

{
    "CrawlerName": "your-crawler-name",
    "WaitTime": "60",
    "CheckCount": "0"
}

References

Invoke Lambda with Step Functions

Glueの使い方的な⑦(Step Functionsでジョブフロー)