Skip to content

Commit

Permalink
fixing tf targets for athena deploy (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandeivert authored Apr 2, 2020
1 parent 69f1d35 commit fc02df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamalert_cli/manage_lambda/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _create(function_name, config, clusters=None):
),
'athena': PackageMap(
streamalert_packages.AthenaPartitionerPackage,
{'module.streamalert_athena'},
{'module.athena_partitioner_iam', 'module.athena_partitioner_lambda'},
True
),
'classifier': PackageMap(
Expand Down

0 comments on commit fc02df5

Please sign in to comment.