data-lake-as-code icon indicating copy to clipboard operation
data-lake-as-code copied to clipboard

Fixing KeyError in script for activating glue triggers

Open nchylak opened this issue 4 years ago • 0 comments

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.

nchylak avatar Jan 20 '22 16:01 nchylak