has anybody here implemented a custom runtime for AWS lambda?
that should give a flavor
awesome thanks! I want to check how responses other from 20X are treated in general 😉
for reference, working on the lumo
layer - https://github.com/grav/aws-lumo-cljs-runtime/pull/3
I am getting Cannot find resource cognitect/aws/dynamodb/service.edn
from making an AWS-api client
Any pointers?
:api is dynamodb
@gzmask what do your dependencies look like?
just [com.cognitect.aws/api "0.8.292"]
in my lein project.clj
should I include the other two deps?
You'll need endpoints, and the dynamodb dep
Should be on the README. Let me know if it's unclear, and maybe we can reword
where is the dynamodb dep ?
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn
🆗 thanks, like you said I missed two deps.