question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add lambda-based builders for messages

See original GitHub issue

Hi!

First of all, I really appreciate what you have done. This is the library I was really waiting for. I was thinking of implementing sth similar on salesforce generators and found you’d already done it.

I will be very glad to contribute and help you with this project. I would like to generate some helpful methods to reduce the boilerplate. For example, creating messages using lambdas instead of builders. For example,

Record { id = someId author = someAuthor content = someContent votes = some.Votes }

What do you think? I have an idea how to do it.

I am also thinking of extending the readme with more examples and write more or less complex demo-app.

And if you have any ideas, how I can help you, I am happy to hear them.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:2
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
wfhartfordcommented, Oct 26, 2018

I would love this feature, but I don’t think that this is the appropriate project to implement it. This generates a Kotlin flavour of the gRPC services. What you’re discussing is not directly related to gRPC, but rather relates to the protobuf message classes which are generated by the protocol buffer compiler. It seems to me like a message building DSL would be best implemented as a separate protoc plugin.

0reactions
asad-awadiacommented, Nov 30, 2018

@leveretka Any updates on this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Triggering Lambda Functions via Text Messages - Amazon AWS
Currently, Lambda can't be triggered by SMS, we need a creative solution. In this post, we want to showcase how we can use...
Read more >
Creating a front-end for Lambda functions (Getting started with ...
In this video I'll show you how to create a front-end for your Lambda functions. I'm going to build a front-end for the...
Read more >
Building Your First Application with AWS Lambda - YouTube
In this tech talk, learn how to get started with serverless applications with AWS Lambda, which lets you run code without provisioning or ......
Read more >
How to build an Order / Message Queue System on AWS Step ...
How to build an Order / Message Queue System on AWS Step by Step | SQS, Lambda.
Read more >
aws/aws-lambda-builders: Python library to compile ... - GitHub
Lambda Builders is a Python library. It additionally exposes a JSON-RPC 2.0 interface to use from other languages. If you intend to integrate...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found