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.

Support Dynamic Binding scenarios (non .NET languages)

See original GitHub issue

At first I understood that we could pass somme parameters to the bindings out in function.json ({name} is used in your samples) by adding them in the object passed to the done function but it seems that these parameters are taken from the original input message. Do you think it would be possible to use the object passed to done as parameters for output binding? (could be used to define the blob name, the content, etc)

Issue Analytics

  • State:open
  • Created 8 years ago
  • Reactions:24
  • Comments:44 (12 by maintainers)

github_iconTop GitHub Comments

12reactions
paulbatumcommented, Mar 7, 2018

No update, no ETA.

11reactions
sabbourcommented, Sep 28, 2017

Hello, is there an ETA for this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dynamic Binding in C# | DotNetCurry
This tutorial explores how C# supports dynamic binding. Type safety is a principle in programming languages which prevents accessing the values ...
Read more >
C# 4: Real-World Example of Dynamic Types
Hist post shows the most practical application I've found so far for dynamic types in C# where he uses them to create proxy...
Read more >
Dynamic Language Runtime Overview - .NET Framework
The dynamic language runtime (DLR) is a runtime environment that adds a set of services for dynamic languages to the common language runtime...
Read more >
Dynamically Loading and Using Types - .NET Framework
The common language runtime supports multiple programming languages, and the binding rules of these languages differ.
Read more >
Understanding Late Binding: Dynamic Objects and ...
Late binding allows for more dynamic behavior, such as working with unknown types or dynamically loaded plugins, making it ideal for scenarios ......
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