Open
Description
Describe the feature
Allow using Path object in python for when a path to something is needed.
Use Case
For example to use a Code.from_asset() function I need to turn my Path object into str. It would be nice to not have to do this cast.
Code.from_asset(str(Path().cwd() / 'aws_infrastructure' / 'lambda_functions')),
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.154.1 (build febce9d)
Environment details (OS name and version, etc.)
Ubuntu 24.04