Skip to main content

A simple library to use AWS resources. And speedup development for lambda projects.

Project description

####To install

pip install ohmylamb  

####To Configure

To configure define team name, application name and environment name in app.ini file.

echo "[app]" >> app.ini
echo "name = adl-common-pytools" >> app.ini
echo "team = adl-dse" >> app.ini
echo "env = dev" >> app.ini

####To import into code add following

from ohmylamb import ohmylamb as oml

####Configuration handling Configuration management has been split into three areas.

  • Application configuration. This comes from aap.ini file. This configuration can be accessed using following code.
    
    
    

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

ohmylamb-0.0.3.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

ohmylamb-0.0.3-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

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