I am looking to add Kinetic to my chicago boss app, I have added the kinetic library to the deps directory within my chicago boss app. When I run the erlang shell from within the kinetic directory I have a development.config in the root of the kinetic directory that looks like the below:
[{kinetic,
[{args, [
% All of these values are optional
% kinetic will get all of the context from the instance
{region, "us-east-1"},
{aws_access_key_id, "AKAAAAAABABABA"},
{aws_secret_access_key, "3/Fx9987sxc352728181892838bhbjkd"},
{iam_role, "kinetic"},
{lhttpc_opts, [{max_connections, 5000}]}
]}]
}].
when I start the chicago boss app and run a kinetic command Im getting an invalid credentials error so it seems the kinetic library loaded properly but not the constants for my aws keys...Any idea how to do this in chicago boss?
Thanks!