apex-go icon indicating copy to clipboard operation
apex-go copied to clipboard

Examples

Open tj opened this issue 9 years ago • 6 comments

tj avatar Jan 27 '16 00:01 tj

@tj are you thinking an example for each of the data source types? i.e. Kinesis, S3, SNS, etc?

harlow avatar Mar 03 '16 18:03 harlow

yep! that would be nice

tj avatar Mar 03 '16 18:03 tj

Was thinking about a Kinesis example. How do you feel about golang function that accepts records from stream and sends the messages to requestb.in so there is an in -> out component to the example.

harlow avatar Mar 12 '16 18:03 harlow

sounds good to me!

tj avatar Mar 13 '16 00:03 tj

@tj is it possible to set ENV vars through Apex in Lambda? I'd like to be able to initialize some variables in lambda function (independent of the data coming from the stream).

I've seen some examples of using tags (metadata) from the stream itself. Not sure if apex supports pulling that data yet.

harlow avatar Mar 29 '16 05:03 harlow

yup! either via environment: {} in the project/function json or --set foo=bar with the cli

tj avatar Mar 29 '16 16:03 tj