{"id":20385831,"url":"https://github.com/funkybob/paws","last_synced_at":"2025-04-12T09:41:44.913Z","repository":{"id":57451180,"uuid":"74296866","full_name":"funkybob/paws","owner":"funkybob","description":"Python helpers for using AWS API Gateway / Lambda \"serverless\"","archived":false,"fork":false,"pushed_at":"2019-01-19T21:40:51.000Z","size":41,"stargazers_count":13,"open_issues_count":5,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T04:41:23.261Z","etag":null,"topics":["api-gateway","aws","lambda","python","serverless"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/funkybob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-20T19:19:36.000Z","updated_at":"2020-04-11T11:16:20.000Z","dependencies_parsed_at":"2022-09-26T17:31:30.291Z","dependency_job_id":null,"html_url":"https://github.com/funkybob/paws","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funkybob%2Fpaws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funkybob%2Fpaws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funkybob%2Fpaws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funkybob%2Fpaws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funkybob","download_url":"https://codeload.github.com/funkybob/paws/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248549316,"owners_count":21122871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-gateway","aws","lambda","python","serverless"],"created_at":"2024-11-15T02:35:44.950Z","updated_at":"2025-04-12T09:41:44.879Z","avatar_url":"https://github.com/funkybob.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# paws\nPython helpers for using AWS API Gateway / Lambda \"serverless\"\n\n*heavily WIP*\n\n## Example\n\n```\nfrom paws import views\n\n\nclass IndexView(views.View):\n\n    def get(request):\n        return response.Response('Hello, world!', headers={'Content-Type': 'text/plain'})\n\nindex = IndexView()\n\n```\n\n## Setup\n\nWhen using this framework, there is one assumption made:\n\n- In your API Gateway you have set \"multipart/form-data\" as a Binary mode\n  content type.\n\n\n## Testing\n\nTo help with testing, `paws.wsgi` helps implement a WSGI to API-Gateway/Lambda\nintegration gateway.\n\n```\nfrom paws import wsgi\n\nfrom .views import index\n\napplication = wsgi.Application([\n    (r'^/$', index),\n])\n```\n\nAny named regex groups will be passed as `\\**kwargs` to dispatch.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunkybob%2Fpaws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunkybob%2Fpaws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunkybob%2Fpaws/lists"}