-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(aws-lambda-python): Command Hook support #18621
Comments
I am unassigning and marking this issue as We use +1s to help prioritize our work, and are happy to revaluate this issue based on community feedback. You can reach out to the cdk.dev community on Slack to solicit support for reprioritization. |
This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
It still should be open. |
This is already supported in the aws-lambda-python module: https://docs.aws.amazon.com/cdk/api/v2/docs/@aws-cdk_aws-lambda-python-alpha.BundlingOptions.html#commandhooksspan-classapi-icon-api-icon-experimental-titlethis-api-element-is-experimental-it-may-change-without-noticespan There is an example in the readme as well: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-lambda-python-alpha-readme.html#command-hooks Please go try it out! And open new issues if you experience problems with it, or if you have additional feature requests. |
|
Cool, thanks! |
Description
It would be great if
PythonFunction
also supports command hook feature, which is already supported byNodeJsFunction
andGoFunction
.Use Case
e.g. downloading other dependent binaries during bundling a python function.
Proposed Solution
tbw
Other information
No response
Acknowledge
The text was updated successfully, but these errors were encountered: