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

Feature: .NET Core 2.0/2.1 debugging support #825

Merged

Conversation

ndobryanskyy
Copy link
Contributor

@ndobryanskyy ndobryanskyy commented Dec 4, 2018

Issue #, if available:
#500 -> #568

Description of changes:

Enabled .NET Core debugging by adding corresponding to lambci/docker-lambda#130 entry point override utilizing --debugger-spin-wait.

Also updated corresponding document any comments and suggestions are welcome as always.

Checklist:

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

Copy link
Contributor

@sanathkr sanathkr left a comment

Choose a reason for hiding this comment

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

LGTM.

@sriram-mv
Copy link
Contributor

Thanks for adding this, its a very exciting feature, with zero changes in SAM CLI's logic itself. 🎆

@sriram-mv sriram-mv self-requested a review December 4, 2018 16:36
@jfuss
Copy link
Contributor

jfuss commented Dec 4, 2018

This is waiting on #823 to finish building so we can fix the build. I will update and merge this in once I have that complete.

@@ -289,8 +297,9 @@ def _get_entry_point(runtime, debug_options=None):

@staticmethod
def _supported_runtimes():
return {Runtime.java8.value, Runtime.go1x.value, Runtime.nodejs.value, Runtime.nodejs43.value,
Runtime.nodejs610.value, Runtime.nodejs810.value, Runtime.python27.value, Runtime.python36.value}
return {Runtime.java8.value, Runtime.dotnetcore20.value, Runtime.dotnetcore21.value, Runtime.go1x.value,
Copy link
Contributor

Choose a reason for hiding this comment

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

🎉

@jfuss
Copy link
Contributor

jfuss commented Dec 4, 2018

@ndobryanskyy We need to wait for the docker-lambda change right?

@ndobryanskyy
Copy link
Contributor Author

@jfuss right. I will get back to you as soon as lambci/docker-lambda#130 is merged.

Thanks for your feedback and help @sanathkr @thesriram @jfuss I really appreciate that!

I'll fix minor issue with .rst here with unnecessary `` and update the doc PR with our latest findings

@ndobryanskyy
Copy link
Contributor Author

Fixed small code formatting issue.

@ndobryanskyy
Copy link
Contributor Author

lambci/docker-lambda#130 Merged 🎉

@sriram-mv sriram-mv merged commit 100920e into aws:develop Dec 5, 2018
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.

4 participants