aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
richiardiandrea 2019-04-17T19:22:46.001100Z

has anybody here implemented a custom runtime for AWS lambda?

ghadi 2019-04-17T19:34:23.001300Z

http://github.com/ghadishayban/lambdaclj-jdk11

ghadi 2019-04-17T19:34:28.001500Z

@richiardiandrea

ghadi 2019-04-17T19:34:44.001800Z

that should give a flavor

richiardiandrea 2019-04-17T19:35:32.002600Z

awesome thanks! I want to check how responses other from 20X are treated in general 😉

richiardiandrea 2019-04-17T19:46:08.003Z

for reference, working on the lumo layer - https://github.com/grav/aws-lumo-cljs-runtime/pull/3

gzmask 2019-04-17T23:14:48.004Z

I am getting Cannot find resource cognitect/aws/dynamodb/service.edn from making an AWS-api client

gzmask 2019-04-17T23:15:02.004200Z

Any pointers?

gzmask 2019-04-17T23:15:21.004400Z

:api is dynamodb

ghadi 2019-04-17T23:22:02.005100Z

@gzmask what do your dependencies look like?

gzmask 2019-04-17T23:22:34.005400Z

just [com.cognitect.aws/api "0.8.292"] in my lein project.clj

gzmask 2019-04-17T23:22:46.005700Z

should I include the other two deps?

ghadi 2019-04-17T23:23:15.006200Z

You'll need endpoints, and the dynamodb dep

ghadi 2019-04-17T23:23:46.007100Z

Should be on the README. Let me know if it's unclear, and maybe we can reword

gzmask 2019-04-17T23:24:30.007400Z

where is the dynamodb dep ?

gzmask 2019-04-17T23:29:38.008100Z

🆗 thanks, like you said I missed two deps.