{ "info": { "author": "Niranjan Rajendran", "author_email": "me@niranjan.io", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "`lambda-config` makes it easy to load lambda configuration stored on SSM parameter store.\n\n### Installation\n\n`lambda-config` is listed on [PyPI](https://pypi.org/project/lambda-config/) and can be installed with pip:\n\n```bash\npip install lambda-config\n```\n\n### Example\n\n1. Add the config as either json/yaml/ini to a path in the SSM parameter store\n2. Add the following env variables to the lambda\n 1. `SSM_PARAMETER_PATH` - the path to parameter\n 2. `SSM_CONFIG_TYPE` - `json`/`yaml`/`ini`\n3. Import and use the config\n\n ```python\n from lambda_config import config\n \n # now you can use the config. config is a dictionary\n ```\n\n### License\n\nThis project is licensed under the [MIT License](https://choosealicense.com/licenses/mit/).\n\n```\nMIT License\n\nCopyright (c) 2019 Niranjan Rajendran\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/niranjan94/lambda-config", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "lambda-config", "package_url": "https://pypi.org/project/lambda-config/", "platform": "", "project_url": "https://pypi.org/project/lambda-config/", "project_urls": { "Homepage": "https://github.com/niranjan94/lambda-config" }, "release_url": "https://pypi.org/project/lambda-config/0.0.10/", "requires_dist": null, "requires_python": ">=3.6.0", "summary": "Retrieve config from SSM parameter store on lambda start", "version": "0.0.10" }, "last_serial": 5872818, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3021f18aa9962f020ddeb55edbc9d8da", "sha256": "a706640132404c325114ae4a007fcbd3b125850589d6008c272189945632a7ba" }, "downloads": -1, "filename": "lambda-config-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3021f18aa9962f020ddeb55edbc9d8da", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 3647, "upload_time": "2019-05-27T07:05:18", "url": "https://files.pythonhosted.org/packages/c5/98/8c14dcbf1e9996e4710697e475a93137132bc9ece60da539492fd0705fe3/lambda-config-0.0.1.tar.gz" } ], "0.0.10": [ { "comment_text": "", "digests": { "md5": "0f276937d71b3e1394600d966d3db955", "sha256": "6cbb4cb9f3ff6256c2ea84583bfde3d0af7b5c8d6cd1cd71725d86036887801e" }, "downloads": -1, "filename": "lambda-config-0.0.10.tar.gz", "has_sig": false, "md5_digest": "0f276937d71b3e1394600d966d3db955", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 4287, "upload_time": "2019-09-23T10:41:09", "url": "https://files.pythonhosted.org/packages/97/4d/b3c29abe8e83b26cc70bd97e3d73f8d1743c973d9040b9179f473005dc0f/lambda-config-0.0.10.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "a5cfbeb8df1bb04ea8ae37394d29ceeb", "sha256": "1fa323dd455752d5e4d52e6b62d7d3ec78bc1f1b91c1c4b85e72bda36012dec9" }, "downloads": -1, "filename": "lambda-config-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a5cfbeb8df1bb04ea8ae37394d29ceeb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 3715, "upload_time": "2019-05-27T07:22:36", "url": "https://files.pythonhosted.org/packages/f3/ff/4e38212d71fb420bbe3b2ce49678ff6bc158645236e65467afebb613e47c/lambda-config-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "b0322ca983fc590c7c3481108012f770", "sha256": "090fbd994595e0a96f954a92117428a0b107fbc99ef052e879c296e5d05e1c03" }, "downloads": -1, "filename": "lambda-config-0.0.3.tar.gz", "has_sig": false, "md5_digest": "b0322ca983fc590c7c3481108012f770", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 3694, "upload_time": "2019-05-27T08:21:05", "url": "https://files.pythonhosted.org/packages/9b/c3/272b6fb67bbe0edb169b69560fd5e3ac4e9e51f3d01c79ef39eefba361d7/lambda-config-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "cd2afba415c190588568c1f8d586e18e", "sha256": "b3ae3119e0f82516d4e8ab039fac7f38302e33729b2f8e6d97f62ec9e4b389ed" }, "downloads": -1, "filename": "lambda-config-0.0.4.tar.gz", "has_sig": false, "md5_digest": "cd2afba415c190588568c1f8d586e18e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 3920, "upload_time": "2019-05-28T17:29:32", "url": "https://files.pythonhosted.org/packages/a0/4b/8b73d7a61ac6557386b383f89dfb9554fa8f1dd8262b3d1f2c54de3fb8af/lambda-config-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "b80754aa660b6ee8462280dd7c66ad2f", "sha256": "abe3c5667b4b7e5f95285fecb7836d6d581a0c405403ee944fa168d0db197bb4" }, "downloads": -1, "filename": "lambda-config-0.0.5.tar.gz", "has_sig": false, "md5_digest": "b80754aa660b6ee8462280dd7c66ad2f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 3928, "upload_time": "2019-05-30T07:45:55", "url": "https://files.pythonhosted.org/packages/8a/d9/eaced0d6baf4394196485da814699a1ef432e5590500232192294f5f6efe/lambda-config-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "ed16c3e8cdb20b656d183eb32eb8ae45", "sha256": "3f0d5097958a74b210b0e5459b958dff390b8988caab88233125d5ed6894a67b" }, "downloads": -1, "filename": "lambda-config-0.0.6.tar.gz", "has_sig": false, "md5_digest": "ed16c3e8cdb20b656d183eb32eb8ae45", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 3936, "upload_time": "2019-05-30T08:02:55", "url": "https://files.pythonhosted.org/packages/75/33/dce07daa2ec1c6f84260e1ba7c8d9a41bd3caa4a1200a6f9aded11f09059/lambda-config-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "dbd8dda22b26281b4c8ff385b4fb8c4d", "sha256": "a7130fde9e387758ec0e0d442878de26f31133f3610f08f6481e22e1a34c5e51" }, "downloads": -1, "filename": "lambda-config-0.0.7.tar.gz", "has_sig": false, "md5_digest": "dbd8dda22b26281b4c8ff385b4fb8c4d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 3946, "upload_time": "2019-05-30T08:43:45", "url": "https://files.pythonhosted.org/packages/06/f5/bdf13147c01713a34c9a76c854fe3735d264acf97950aebf399f45bcb3c0/lambda-config-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "22283a327215f75098f02f74977ccccf", "sha256": "54e0bc9b9438616aac48f0b5dd9491dbbab0cf277d5ef54398074b4bdbcc1953" }, "downloads": -1, "filename": "lambda-config-0.0.8.tar.gz", "has_sig": false, "md5_digest": "22283a327215f75098f02f74977ccccf", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 3981, "upload_time": "2019-05-30T09:52:43", "url": "https://files.pythonhosted.org/packages/c2/44/56a7219c1df7494e8c1ec4d43a55e7d1aca1cb4becea5fb1e370cc7710ba/lambda-config-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "41e6b0d4cc564ae9715fe382cffe3909", "sha256": "31923762b26ea9df8821c889609731612eedf5a6d84eebb1881901197214929c" }, "downloads": -1, "filename": "lambda-config-0.0.9.tar.gz", "has_sig": false, "md5_digest": "41e6b0d4cc564ae9715fe382cffe3909", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 3983, "upload_time": "2019-05-30T10:04:13", "url": "https://files.pythonhosted.org/packages/09/6c/85a35030f681f4ee0b44fb99154ebff93a2fbccbca225ac48f10e88c81f0/lambda-config-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0f276937d71b3e1394600d966d3db955", "sha256": "6cbb4cb9f3ff6256c2ea84583bfde3d0af7b5c8d6cd1cd71725d86036887801e" }, "downloads": -1, "filename": "lambda-config-0.0.10.tar.gz", "has_sig": false, "md5_digest": "0f276937d71b3e1394600d966d3db955", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 4287, "upload_time": "2019-09-23T10:41:09", "url": "https://files.pythonhosted.org/packages/97/4d/b3c29abe8e83b26cc70bd97e3d73f8d1743c973d9040b9179f473005dc0f/lambda-config-0.0.10.tar.gz" } ] }