Support for packaging extra Python files in Glue Job resources
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
### Describe the feature
The `AWS::Glue::Job` CloudFormation resource has an optional `extra-py-files` argument under the `DefaultArguments` property where either a Python file or a comma-delimited list of Python files to include in the Python path for a Glue job can be specified.
The feature would add support for packing those files via the `aws clouformation package` command.
### Use Case
It would be nice to be able to support packaging extra Python files within `AWS::Glue::Job` resources.
### Proposed Solution
#4185
### Other Information
_No response_
### Acknowledgements
- [ ] I may be able to implement this feature request
- [ ] This feature might incur a breaking change
### CLI version used
any
### Environment details (OS name and version, etc.)
any
Contributor guide
Assessment
This issue has not been assessed yet.