Skip to content

Commit

Permalink
Try adding complete_platform for my mac too
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw committed May 5, 2022
1 parent e37005b commit 347bc22
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lambda-package/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ python_sources()
python_requirement(name="urllib3", requirements=["urllib3==1.26.9"])

file(name="complete_platform_lambda", source="./complete_platform_lambda.json")
file(name="complete_platform_mac", source="./complete_platform_mac.json")

python_awslambda(
name="awslambda",
handler="lambda.py:handler",
runtime="python3.9",
complete_platforms=[":complete_platform_lambda"],
complete_platforms=[":complete_platform_lambda", ":complete_platform_mac"],
)

archive(name="validate_complete_platform_lambda", files=[":complete_platform_lambda"], format="zip")
archive(name="validate_complete_platform_lambda", files=[":complete_platform_lambda", ":complete_platform_mac"], format="zip")
Loading

0 comments on commit 347bc22

Please sign in to comment.