Create Lambda Function

7.1 Create Lambda Function

  1. Go to AWS Lambda → Select Create function Lambda
  2. Select Author from scratch:
  • Name: gluecrawljob
  • Runtime: Python 3.13
  • Role: select the IAM Role created (with Glue + CloudWatch + S3 permissions) Lambda Lambda Lambda
  1. In the function code section, you will write code to perform:
  • Start crawler for sales_data_raw
  • Run Glue Job ProcessJob
  • Run crawler for sales_data_processed Lambda