Does drone/amazon-secrets exist?

I am testing out migrating to drone 1.0 and I am following the docs here,
https://docs.drone.io/extend/secrets/amazon/install/

and getting the error:

$ docker pull drone/amazon-secrets
Using default tag: latest
Error response from daemon: pull access denied for drone/amazone-secrets, repository does not exist or may require 'docker login'

Indeed this image does not appear to exist in dockerhub, though the github repo is here. Am I missing something obvious?

thanks

I have the same question; the image isn’t on dockerhub (or maybe it’s private?).

I did see it’s listed as an enterprise only feature: https://drone.io/enterprise/
Is access to the image gated somehow? I do have drone enterprise, how can I get access to it?

It is actually meant to be deployed as a lambda function. https://github.com/drone/drone-amazon-secrets/tree/master/cmd/drone-amazon-secrets-lambda

Hi ! Would it be possible to have some documentation around this ? In particular, once the lambda is deployed, how do we tell the Drone-server that it should call it ?

Thank you in advance !