Skip to main content

A small example package

Project description

gamgee

Test Package PyPI PyPI - License

created by Austin Poor

A python library for helping to setup an AWS SAM app.

Quick Start

In [1]: import gamgee                                                           

In [2]: @gamgee.sam() 
   ...: def lambda_handler(event: dict): 
   ...:     return [1,2,3] 
   ...:                                                                         

In [3]: lambda_handler(event={"body": ...}, context=None)                                     
Out[3]: {'status_code': 200, 'body': '{"success": true, "result": [1, 2, 3]}'}

Installation

$ pip install gamgee

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

gamgee-0.1.0.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

gamgee-0.1.0-py3-none-any.whl (8.5 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