Skip to content

reetamnandi/GAPI-People

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

AWS Lambda Compatible Python 3.6 codes for basic functionalities of People API.

The Flow and Setup is as follows

API Functionalities

  • Create Contact : Creates a Contact.

  • Retrieve Contact : Retrieves a list of Contacts.

  • Get Contact : Gets Information about a Contact.

  • Update Contact : Updates a specificied Contact.

  • Delete Contact : Deletes a Contact.

Flow Breakdown

  1. Google Dashboard Setup
  2. Authentication Flow
  3. AWS IAM Setup
  4. AWS S3 Setup
  5. AWS Lambda Setup
  6. AWS API Gateway Setup

Guide

  1. Function-library is the Library implementation of the Lambda Compatible functions.

  2. Function-split is the normal Chained-Function(Core + Driver) implementation of the Lambda Compatible functions.

Resources Used

  1. Google API Explorer

  2. People API Reference

  3. People API Documentation

About

Lambda compatible codes for Google People API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages