Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

sethvargo/secrets-in-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secrets in Serverless

Secrets in serverless

This repository contains a collection of samples and examples for managing secrets in serverless lambda applications and cloud functions. The samples correspond to my Secrets in Serverless blog post.

There are examples in Go, Node, and Python for each of the examples. The examples use Google Cloud Functions, but the concepts are largely applicable to other serverless technologies like AWS Lambda.

Each folder has its own set of examples and README to follow. Please click on a folder for more information.

Contributing

If you would like to add a new language, please add it to all the examples. I want to provide a consistent experience for each example. Similarly, if you are adding a new example, please write it in all supported languages.

License & Copyright

Copyright 2018 Seth Vargo
Copyright 2018 Google, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.