spiffworkflow-backend will talk to this app in order to discover the list of connectors and to make actual connections to external services
Go to file
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
bin updated text for wait script w/ burnettk 2022-09-14 15:23:28 -04:00
connectors Basic ability to add and list items in DynamoDB, but there is a whole slew of additional things to consider. 2022-09-29 17:55:45 -04:00
.gitignore Basic ability to add and list items in DynamoDB, but there is a whole slew of additional things to consider. 2022-09-29 17:55:45 -04:00
.tool-versions added waku connector w/ burnettk 2022-09-26 14:55:44 -04:00
Dockerfile specify destination 2022-09-20 12:06:14 -04:00
README Begining of a README 2022-09-23 13:55:15 -04:00
app.py Basic ability to add and list items in DynamoDB, but there is a whole slew of additional things to consider. 2022-09-29 17:55:45 -04:00
docker-compose.yml use port 7004 since mysql is on 7003 w/ burnettk 2022-09-14 15:11:00 -04:00
poetry.lock Basic ability to add and list items in DynamoDB, but there is a whole slew of additional things to consider. 2022-09-29 17:55:45 -04:00
pyproject.toml Basic ability to add and list items in DynamoDB, but there is a whole slew of additional things to consider. 2022-09-29 17:55:45 -04:00

README

# Run the service
poetry run flask --debug run --port=7004

# You can check to see if it is running by loading
http://localhost:7004/v1/commands