You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove deprecated fallback to underspecified "platforms" for FaaS targets (#21928)
This removes the fallback to using PEX's `--platform` argument for AWS
Lambda or Google Cloud Functions targets that don't have a built-in
complete platforms, if the user doesn't provide a complete platforms.
This has been deprecated since 2.23 (#21342).
This removal also unblocks some removal of the support code for this
FaaS functionality.
Copy file name to clipboardexpand all lines: docs/notes/2.26.x.md
+1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ Thank you to [Klayvio](https://www.klaviyo.com/) and [Normal Computing](https://
29
29
Some deprecations have expired and been removed:
30
30
31
31
- the `[export].py_hermetic_scripts` option has been replaced by [the `[export].py_non_hermetic_scripts_in_resolve` option](https://www.pantsbuild.org/2.25/reference/goals/export#py_non_hermetic_scripts_in_resolve)
32
+
- for FaaS targets (AWS Lambda and Google Cloud Functions), automatic fallback to underspecified "platforms" for unknown runtimes without a pre-packaged complete-platforms has been replaced by requiring an [explicit `complete_platforms` value](https://www.pantsbuild.org/2.25/reference/targets/python_aws_lambda_function#complete_platforms)
0 commit comments