AWS Lambda Compatible Python 3.6 codes for basic functionalities of People API.
The Flow and Setup is as follows
-
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.
- Google Dashboard Setup
- Authentication Flow
- AWS IAM Setup
- AWS S3 Setup
- AWS Lambda Setup
- AWS API Gateway Setup
-
Function-library is the Library implementation of the Lambda Compatible functions.
-
Function-split is the normal Chained-Function(Core + Driver) implementation of the Lambda Compatible functions.