{"id":20113491,"url":"https://github.com/cloudacademy/ca-python-serverless","last_synced_at":"2025-05-06T12:30:34.013Z","repository":{"id":56798632,"uuid":"106198677","full_name":"cloudacademy/ca-python-serverless","owner":"cloudacademy","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-12T18:08:36.000Z","size":216,"stargazers_count":21,"open_issues_count":0,"forks_count":32,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-09T12:21:21.848Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudacademy.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":"2017-10-08T18:14:08.000Z","updated_at":"2022-09-01T09:37:53.000Z","dependencies_parsed_at":"2022-08-16T21:30:36.894Z","dependency_job_id":null,"html_url":"https://github.com/cloudacademy/ca-python-serverless","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fca-python-serverless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fca-python-serverless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fca-python-serverless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fca-python-serverless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudacademy","download_url":"https://codeload.github.com/cloudacademy/ca-python-serverless/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252683372,"owners_count":21788026,"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":[],"created_at":"2024-11-13T18:24:36.671Z","updated_at":"2025-05-06T12:30:33.634Z","avatar_url":"https://github.com/cloudacademy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloud Academy Serverless Development With Python\n\n## An example application for \"serverless\" development on AWS.\nThis is a demo application based on the TODO MVC for Vue.js.\nThis code is intended to be used with the courses and learning content at cloudacademy.com. \n\nThere are some errors in the code; which is intentional to help with the course. \nIf you're looking at this outside of the context of the course then you'll need to edit the following two files.\n\n\n### todo/api/get.py and todo/api/delete.py\nChange \n\n```python\n    try:\n        event['queryStringParameters']['id']\n    except:\n        pass\n```\n\nto\n\n```python\n    try:\n        todo_id = event['queryStringParameters']['id']\n    except:\n        pass\n```\n\n# API Gateway CORS Headers\n\n| Header        | Value           |\n| ------------- |:-------------:|\n| Access-Control-Allow-Headers      | 'Content-Type,X-Amz-Date,Authorization,X-Api-Key,X-Amz-Security-Token' |\n| Access-Control-Allow-Methods      | 'DELETE,POST,GET,OPTIONS,PUT'      |\n| Access-Control-Allow-Origin | '*'     |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudacademy%2Fca-python-serverless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudacademy%2Fca-python-serverless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudacademy%2Fca-python-serverless/lists"}