aws-samples / data-lake-as-code

Data Lake as Code, featuring ChEMBL and OpenTargets
MIT No Attribution
162 stars 43 forks source link

Fixing KeyError in script for activating glue triggers #23

Open nchylak opened 2 years ago

nchylak commented 2 years ago

COMMIT a24c1b8

Issue #, if available: n/a

Description of changes: The lambda function was failing to activate the Glue triggers created due to a KeyError. Key should be triggerId (and not TriggerId) as specified in the properties of the three custom resources created in data-set-enrollment.ts.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

COMMIT 6944b01

Issue #, if available: n/a

Description of changes: The property name used for creating the managed policy was not correct (policyName instead of managedPolicyName, see doc). As a result, the stack could still be deployed but the name of the managed policy was not applied.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.