Commit Graph

8 Commits

Author SHA1 Message Date
NMerz
79598bf9e9 Lambdaify Kohls scraping
Move to Lambda function setup and add orchestration and word lists for full runs. Credit for the word lists goes to: http://www.desiquintans.com/nounlist
2020-10-18 17:51:08 -04:00
NMerz
7dbea8f805 Add Kohls data to database
Place data in the database when scraped

Also include loading credentials from config files
2020-10-18 14:10:41 -04:00
NMerz
c9751d4f95 Add Core Lambda Unit tests 2020-10-07 00:04:17 -04:00
NMerz
2c9334ee9e Client API connection infrastructure
Create the infrastructure for the client to connect to API gateway in a generic manner. Tested with the ListPOST lambda.
2020-09-27 11:54:26 -04:00
NMerz
de0bd51eaf Basic ListAdd Lambda
Create a basic list adding Lambda.

NOTE: This does not include the following which are still needed:
1) Permanent DB Setup
2) Better RDS access control with security groups
3) Proper input parameters for the List add Lambda
2020-09-26 16:53:44 -04:00
NMerz
74eeb2a09d Start Lambda connection infrastructure 2020-09-20 23:33:36 -04:00
NMerz
f576307e0a Set up initial Lambda sturucture with Cognito
Create demo Lambda/Gateway pair with Cognito integration
2020-09-20 16:26:13 -04:00
Clayton Wilson
41fd4de60e
Initial commit 2020-09-14 21:50:38 -04:00