Skip to content

A package to extract environmental variables from serverless.env.yml for local development

License

Notifications You must be signed in to change notification settings

e-ndrus/sls-env-yml-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless.env.yml Parser

Description

A package to extract environmental variables from serverless.env.yml for local development.

Installation

pip install serverless-env-yml-parser

Usage

if os.environ['STAGE'] == 'LOCAL':
    from sls_env_yml_parser import yml_parser
    yml_parser.parse_env_yml("serverless.env.yml")

Where to get it

The source code is currently hosted on GitHub at: https://github.com/e-ndrus/sls-env-yml-parser

License

MIT

Contributions

All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.

Issues are posted on: https://github.com/e-ndrus/sls-env-yml-parser/issues

About

A package to extract environmental variables from serverless.env.yml for local development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages