Skip to content
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

feat(debug): Enable debugging for Python37 #1055

Merged
merged 3 commits into from
Mar 24, 2019
Merged

Conversation

sanathkr
Copy link
Contributor

Issue #, if available:

Description of changes:
Dependent on lambci/docker-lambda#172

Checklist:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -293,13 +294,21 @@ def _get_entry_point(runtime, debug_options=None):
"/var/runtime/awslambda/bootstrap.py"
]

elif runtime == Runtime.python37.value:
Copy link
Contributor

@sriram-mv sriram-mv Mar 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at some point we need to clean up with the if else and make it cleaner. Maybe something like a dictionary key dispatch would work here.

#853

Not: Not blocking.

@jfuss jfuss merged commit f432122 into aws:develop Mar 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants