Skip to content

Commit

Permalink
Updated lambda env var encryption for provider lambdas
Browse files Browse the repository at this point in the history
  • Loading branch information
Mourya Darivemula committed Nov 8, 2024
1 parent 52c344a commit 90e8a69
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def extent(setup: EnvironmentSetup):
setup,
f'{_environment.resourcePrefix}LakeformationDefaultSettingsProvider',
on_event_handler=lf_default_settings_custom_resource,
provider_function_env_encryption=lambda_env_key,
)

default_lf_settings = CustomResource(
Expand Down Expand Up @@ -160,6 +161,7 @@ def extent(setup: EnvironmentSetup):
setup,
f'{_environment.resourcePrefix}GlueDbCustomResourceProvider',
on_event_handler=gluedb_lf_custom_resource,
provider_function_env_encryption=lambda_env_key,
)
ssm.StringParameter(
setup,
Expand Down

0 comments on commit 90e8a69

Please sign in to comment.