Skip to content

Commit

Permalink
Correct missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Oct 20, 2023
1 parent f7eb878 commit 0e40126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lambda_function/s3_event_config/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def lambda_handler(event, context):
s3,
bucket=os.environ["S3_SOURCE_BUCKET_NAME"],
destination_type=os.environ["S3_TO_GLUE_DESTINATION_TYPE"],
destination_arn=os.environ["S3_TO_GLUE_DESTINATION_ARN"]
)
logger.info("Sending response to custom resource after Delete")
elif event["RequestType"] in ["Update", "Create"]:
Expand Down

0 comments on commit 0e40126

Please sign in to comment.