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

Change handler entrypoint name convention #208

Merged
merged 1 commit into from
Mar 23, 2022

Conversation

fibonacci1729
Copy link
Contributor

ref #196

Signed-off-by: Brian Hardock brian.hardock@fermyon.com

@lann
Copy link
Collaborator

lann commented Mar 22, 2022

I approve but I also hassled you into these names so I will abstain.

@@ -26,10 +26,10 @@ defined using

```fsharp
// The entrypoint for an HTTP handler.
handler: function(req: request) -> response
handle-http-request: function(req: request) -> response
Copy link
Member

Choose a reason for hiding this comment

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

❤️
Thanks for updating the docs!

@radu-matei
Copy link
Member

Not related to this PR, but we should also update all tests to use the SDKs instead of relying on interface files everywhere.

Copy link
Member

@radu-matei radu-matei left a comment

Choose a reason for hiding this comment

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

LGTM, with one comment re: the docs.

Thanks!

ref #196

Signed-off-by: Brian Hardock <brian.hardock@fermyon.com>
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