Arda Karaduman

Results 29 comments of Arda Karaduman

I'm doing a similar test, I'm not getting any errors but lots of debug messages like this : ``` 2017-03-30 16:02:20 [DEBUG] jocko: correlation id [23], request size [26], key...

I think you need to call includes in the controller, when fetching the objects from db. something like ``` respond_with User.where(your_params).includes(:roles), with: UserEntity ``` not sure this can be done...

Just want to add a thumbs up to this. > Yes this is not automatic yet. However #89 and other pull requests have made it a bit less verbose. >...

@zzaarrgg if possible, can you please sign the CLA on this one ? Thanks !

Hello there, You are not doing anything wrong. It seems only `4.3` is supported atm. https://github.com/iron-io/functions/blob/e1c0012d04897a0c204e0dafb3ede689cf445f83/fn/commands/lambda.go#L154 `6.10` seems to have been introduced last may. https://aws.amazon.com/about-aws/whats-new/2017/03/aws-lambda-supports-node-js-6-10/

Hello there, and thanks for checking Iron Functions out ! Recently, [iron.io was acquired by Xenon Ventures](https://www.iron.io/full-circle-iron-io/). Some of the original developers are not with us anymore. So far, we've...

thanks for the report ! If possible can you please provide your `fn` tool version, and if its not latest (`0.2.72`) can you please try updating it ?

@JosephShering can you try `API_URL=http://127.0.0.1:8082 fn` (yeah `http` protocol prefix is necessary.) Also, have you checked your version ? `fn version` ?

@raky35 can you please provide little bit more information ? Your system, fn tool version, your application context etc ? (which command you run when you get the message etc...