Skip to main content

Retrieve config from SSM parameter store on lambda start

Project description

lambda-config makes it easy to load lambda configuration stored on SSM parameter store.

Installation

lambda-config is listed on PyPI and can be installed with pip:

pip install lambda-config

Example

  1. Add the config as either json/yaml/ini to a path in the SSM parameter store

  2. Add the following env variables to the lambda

    1. SSM_PARAMETER_PATH - the path to parameter
    2. SSM_CONFIG_TYPE - json/yaml/ini
  3. Import and use the config

    from lambda_config import config
    
    # now you can use the config. config is a dictionary
    

License

This project is licensed under the MIT License.

MIT License

Copyright (c) 2019 Niranjan Rajendran

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lambda-config-0.0.10.tar.gz (4.3 kB view details)

Uploaded Source

File details

Details for the file lambda-config-0.0.10.tar.gz.

File metadata

  • Download URL: lambda-config-0.0.10.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.36.0 CPython/3.7.4

File hashes

Hashes for lambda-config-0.0.10.tar.gz
Algorithm Hash digest
SHA256 6cbb4cb9f3ff6256c2ea84583bfde3d0af7b5c8d6cd1cd71725d86036887801e
MD5 0f276937d71b3e1394600d966d3db955
BLAKE2b-256 974db3c29abe8e83b26cc70bd97e3d73f8d1743c973d9040b9179f473005dc0f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page