I'm getting an error from this line:
|
s3 = api.connection.api_for(:storage) |
It's saying that api is undefined. Is there something over in my main sfn project that I'm supposed to have configured? I can't find anything in sfn-lambda that would initialize it or make it available. It looks like it's part of the Callback class in SFN, but Control doesn't inherit from that.
Thanks.
I'm getting an error from this line:
sfn-lambda/lib/sfn-lambda/control.rb
Line 141 in f8a2316
It's saying that api is undefined. Is there something over in my main sfn project that I'm supposed to have configured? I can't find anything in sfn-lambda that would initialize it or make it available. It looks like it's part of the Callback class in SFN, but Control doesn't inherit from that.
Thanks.