Commit Graph

17 Commits

Author SHA1 Message Date
Dan 837c932683 Assume that all requests are json - and handle them appropriately.
Use the SimpleJson library to decode responses from DynamoDB, which might contain values that we can't deserialize otherwise.
2022-10-21 12:43:26 -04:00
jasquat 51460b2408 merged in main and resolved conflicts w/ burnettk 2022-10-10 12:31:05 -04:00
jasquat 5bff6e82ea added types requests w/ burnettk cullerton 2022-10-10 12:16:51 -04:00
jasquat 684e47bfa5 added some basic linting w/ burnettk cullerton 2022-10-10 12:02:36 -04:00
jbirddog 42fa4b4de2
Markdown and Jinja2 support for pdf connector (#6)
* Poetry work

* Poetry work

* Apply markdown and jinja to incomming template
2022-10-10 11:11:53 -04:00
jbirddog 5078c3794f
Consolidate pdf connectors, remove explicit parameters (#5)
* Drop params

* Renaming

* Consolidate pdf connectors
2022-10-10 10:04:32 -04:00
Jon Herron e293725996 Layering connectors 2022-10-05 19:02:21 -04:00
Jon Herron d493ec1753 Poetry work 2022-10-05 11:01:22 -04:00
Dan ac0365da78 Basic ability to add and list items in DynamoDB, but there is a whole slew of additional things to consider.
* Catch and return errors as json (otherwise the backend blows up)
* Added Boto3 (AWS library) as a dependency
* Not sure if it's right, but tried to divide the auth and commands.
2022-09-29 17:55:45 -04:00
jbirddog 22ece99354
Allow connectors to specify their auth requirements (#1) 2022-09-21 17:22:33 -04:00
Jon Herron 8ff2e9d79f Poetry lock file update 2022-09-20 11:50:13 -04:00
jasquat 22c44aef8f added docker deployment to app w/ burnettk 2022-09-14 14:55:46 -04:00
jasquat 05e356e06e update poetry file to use connectors from github w/ burnettk 2022-09-14 12:50:09 -04:00
Jon Herron a95634d83d BambooHr connector updates 2022-09-13 12:48:20 -04:00
Jon Herron e28d05be68 Rename 2022-09-13 10:40:19 -04:00
Jon Herron 5402b882d2 Loading plugins 2022-09-09 13:39:56 -04:00
Jon Herron 943b97e412 Poetry init 2022-09-09 10:15:29 -04:00