Skip to content

Commit

Permalink
Include link to docs in removal hint
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw committed May 28, 2023
1 parent 3147cc0 commit b954363
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/python/pants/backend/python/subsystems/lambdex.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ class Lambdex(PythonToolBase):
as recommended by cloud vendors. (If you are using `python_awslambda`, you will need to
also update the handlers configured in the cloud from `lambdex_handler.handler` to
`lambda_function.handler`.)
See the docs for more details:
* https://www.pantsbuild.org/v2.18/docs/awslambda-python#migrating-from-pants-216-and-earlier
* https://www.pantsbuild.org/v2.18/docs/google-cloud-function-python#migrating-from-pants-216-and-earlier
"""
),
)
Expand Down

0 comments on commit b954363

Please sign in to comment.