Skip to content

JasonS-G/ca-python-serverless

 
 

Repository files navigation

Cloud Academy Serverless Development With Python

An example application for "serverless" development on AWS.

This is a demo application based on the TODO MVC for Vue.js. This code is intended to be used with the courses and learning content at cloudacademy.com.

There are some errors in the code; which is intentional to help with the course. If you're looking at this outside of the context of the course then you'll need to edit the following two files.

todo/api/get.py and todo/api/delete.py

Change

    try:
        event['queryStringParameters']['id']
    except:
        pass

to

    try:
        todo_id = event['queryStringParameters']['id']
    except:
        pass

API Gateway CORS Headers

Header Value
Access-Control-Allow-Headers 'Content-Type,X-Amz-Date,Authorization,X-Api-Key,X-Amz-Security-Token'
Access-Control-Allow-Methods 'DELETE,POST,GET,OPTIONS,PUT'
Access-Control-Allow-Origin '*'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.2%
  • Python 7.9%
  • HTML 1.5%
  • Shell 0.4%
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy