Skip to content

Run AWS Glue Crawler and check the status by AWS Step functions.

License

Notifications You must be signed in to change notification settings

tosh2230/aws-glue-crawlflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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でジョブフロー)

About

Run AWS Glue Crawler and check the status by AWS Step functions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages