-
Notifications
You must be signed in to change notification settings - Fork 11
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
update templates to componentize-py #66
update templates to componentize-py #66
Conversation
Signed-off-by: karthik2804 <karthik.ganeshram@fermyon.com>
updated to incorporate the suggestions. |
templates/http-py/content/app.py
Outdated
return Response(200, | ||
{"content-type": "text/plain"}, | ||
bytes(f"Hello from the Python SDK", "utf-8")) | ||
class IncomingHandler(simple.IncomingHandler): |
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.
I thought we exterminated simple
or did I misunderstand?
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.
oh yes - I forgot to update this. I will fix it.
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.
fixed it! Although will need to update the version of the SDK once we have a new RC published.
Signed-off-by: karthik2804 <karthik.ganeshram@fermyon.com>
03c6c40
to
cb0b67d
Compare
Signed-off-by: karthik2804 <karthik.ganeshram@fermyon.com>
Update templates to be used with componentize-py