Document Migration from upload_lambda_functions to PythonFunction Hook#2853
Document Migration from upload_lambda_functions to PythonFunction Hook#2853RepoBirdBot wants to merge 1 commit intorackspace:masterfrom
Conversation
…o PythonFunction hook Add detailed migration instructions from the deprecated upload_lambda_functions hook to the new PythonFunction hook. Include key argument mappings, configuration changes, and examples to assist users in transitioning to the updated hook structure.
👋 Hello from RepoBird.ai!I'm the founder of RepoBird.ai, an AI Software Engineer Agent that integrates seamlessly as a GitHub App. This Pull Request was automatically generated by our agent, RepoBirdBot, to address issue #2850. This issue was marked as a Why this PR?
Your Feedback Matters: Please review the proposed changes. If this type of automated contribution isn't suitable for your repository, or if this specific PR isn't helpful, just let me know! I'll close it, make any improvements and unlist these PRs – no worries. Want changes? If you have feedback or requested modifications, please leave comments directly on this PR. Once all review comments are in, comment Interested in learning more?
Thank you! |
|
Darn, unfortunately this automation does not allow changes to branch names but I can always create a new branch + PR if needed to fix branch name pipeline issue. If these changes are no good that is fine you can always close this out. |
This PR updates the documentation to assist users in migrating from the deprecated
runway.cfngin.hooks.aws_lambda.upload_lambda_functionshook to the newrunway.cfngin.hooks.awslambda.PythonFunctionhook. The changes include:args.bucket→args.bucket_nameargs.prefix→args.object_prefixargs.functions.<func_name>.path→args.source_codeargs.functions.<func_name>.runtime→args.runtimePythonFunctionhook definitions.Since the deprecated hook is scheduled for removal in Runway v3.0.0, users should review these changes carefully and update their configurations accordingly. This documentation aims to provide clear, step-by-step guidance to ensure a smooth transition.
Please review and provide feedback if any further clarification or additional examples are needed.
Created with Repobird.ai 📦🐦