vacasaoss / serverless-secret-baker

A Serverless Framework Plugin for secure, performant, and deterministic secret management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Snippet Generator

mccredie opened this issue · comments

Is your feature request related to a problem? Please describe.
I don't want to have to add the boilerplate to my solution in order to get access to access my secrets. They should just be available.

Describe the solution you'd like
Have a command that generates the code you need to include in your project.

Describe alternatives you've considered
Do something to automatically inject the code that I need to call. Or, you could even do something similar to serverless-wsgi, where it wraps the handler.
Something with lambda layers?

Additional context
This plugin mirrors the way environment variables are used. I think it would be great if the secrets were just available as environment variables, without the need for code.