-
Notifications
You must be signed in to change notification settings - Fork 151
feat: add python option for creating parent packages during copy #765
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
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contributing to this repo!
There's also a few test failures related to the change, should be small change to fix it seems. |
I believe I found a fix and will push that up shortly. |
7dcfd82
to
30b58f3
Compare
30b58f3
to
34dd0c7
Compare
@reedham-aws Following up to see what is needed from me now to contribute this code. Thanks! |
We need two reviewers to approve, I will talk to the team about getting another review. |
Issue #, if available: aws/aws-sam-cli#6593
Description of changes:
This change introduces a configuration option for the python lambda directory structure. I previously created a wrapper around sam cli to achieve this but would like to contribute the feature back to this project. The issue linked above and my GitHub repo have examples and documentation that explain the goal of this change. Once implemented, I will need to submit a PR for aws-sam-cli as well to utilize this new optional config.
I welcome your criticism and suggestions; thank you for your time reviewing this PR.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.