Fork me on GitHub
#aws
<
2019-04-17
>
richiardiandrea19:04:46

has anybody here implemented a custom runtime for AWS lambda?

ghadi19:04:44

that should give a flavor

richiardiandrea19:04:32

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

gzmask23:04:48

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

gzmask23:04:02

Any pointers?

gzmask23:04:21

:api is dynamodb

ghadi23:04:02

@gzmask what do your dependencies look like?

gzmask23:04:34

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

gzmask23:04:46

should I include the other two deps?

ghadi23:04:15

You'll need endpoints, and the dynamodb dep

ghadi23:04:46

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

gzmask23:04:30

where is the dynamodb dep ?

gzmask23:04:38

🆗 thanks, like you said I missed two deps.