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

Update the README #88

Merged
merged 12 commits into from
Dec 21, 2021
Merged

Update the README #88

merged 12 commits into from
Dec 21, 2021

Conversation

armanbilge
Copy link
Member

Any and all feedback appreciated!

armanbilge and others added 2 commits December 13, 2021 22:06
Co-authored-by: Daniel Spiewak <djspiewak@gmail.com>
@armanbilge armanbilge mentioned this pull request Dec 14, 2021
6 tasks
README.md Outdated

`IOLambda[Event, Result]` or `IOLambda.Simple[Event, Result]` are the entrypoint for your Lambda (comparable to `IOApp` in Cats Effect). `Event` and `Result` can be any type for which a circe `Decoder` and `Encoder` are defined and must correspond to the "trigger" event and (optional) result for your Lambda. The `feral.lambda.events` package provides some of these models already ([please consider contributing!](https://github.com/typelevel/feral/issues/48)).

The [examples](https://github.com/typelevel/feral/tree/main/examples/src/main/scala/feral/examples) provide an in-depth demonstration of how to implement your Lambda.
Copy link
Member

Choose a reason for hiding this comment

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

Not really in-depth at this moment :)

Copy link
Member Author

Choose a reason for hiding this comment

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

Haha, good point. I'm planning to take a pass through and flesh them out a bit, but even after that I suspect this will be an exaggeration :P

@armanbilge armanbilge merged commit 28c0bdd into typelevel:main Dec 21, 2021
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