binxio / cfn-secret-provider

A CloudFormation custom resource provider for deploying secrets and keys
Apache License 2.0
141 stars 70 forks source link

Generate your own copy of the lambda zip file #36

Closed jedis00 closed 4 years ago

jedis00 commented 4 years ago

Hello,

How does one go about generating our own copy of the lambda zip file? I've pulled it down, but don't see a way to download all of the dependencies instead of using the prepackaged version.

Thank you!

mvanholsteijn commented 4 years ago

just type make in the directory. It will build the zipfile through Docker and copy the end result in the target/ directory.

tfarmer00 commented 4 years ago

@mvanholsteijn Thank you! Can I suggest adding that to the README?