-
Notifications
You must be signed in to change notification settings - Fork 388
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
[AWSX-678] Restructure files in the lambda forwarder #742
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ge0Aja
force-pushed
the
georgi/awsx-678
branch
from
February 26, 2024 12:19
f5fd694
to
6641956
Compare
ge0Aja
changed the title
[AWSX-678] Step1: restructure files in the lambda forwarder
[AWSX-678] Restructure files in the lambda forwarder
Feb 26, 2024
ge0Aja
force-pushed
the
georgi/awsx-678
branch
2 times, most recently
from
February 26, 2024 14:02
c508497
to
301ac27
Compare
ge0Aja
force-pushed
the
georgi/awsx-678
branch
from
February 26, 2024 14:10
301ac27
to
fca42eb
Compare
ge0Aja
force-pushed
the
georgi/awsx-678
branch
from
February 26, 2024 14:31
deeeb9b
to
6f9efe1
Compare
ge0Aja
commented
Feb 26, 2024
@@ -24,4 +24,5 @@ | |||
extras_require={ | |||
"dev": ["nose2==0.9.1", "flake8==3.7.9", "requests==2.22.0", "boto3==1.10.33"] | |||
}, | |||
py_modules=[], |
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.
this is needed because of pypa/setuptools#3197 (comment)
ViBiOh
approved these changes
Feb 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Motivation
Testing Guidelines
Additional Notes
Types of changes
Check all that apply