Make AWS Services available to SpiffWorkflow Service Tasks
Go to file
Dan ad386286bc Don't cache the deps. 2022-11-09 22:25:52 -05:00
.github/workflows Don't cache the deps. 2022-11-09 22:25:52 -05:00
src/connector_aws a tested aws connector -- still needs a lot of love, but this test infrastructure should make it easier to develop 2022-11-09 16:24:19 -05:00
tests/connector_aws/unit a tested aws connector -- still needs a lot of love, but this test infrastructure should make it easier to develop 2022-11-09 16:24:19 -05:00
.gitignore a tested aws connector -- still needs a lot of love, but this test infrastructure should make it easier to develop 2022-11-09 16:24:19 -05:00
LICENSE Initial commit 2022-11-09 13:42:12 -05:00
README.md Adding tests badge. 2022-11-09 21:39:30 -05:00
poetry.lock a tested aws connector -- still needs a lot of love, but this test infrastructure should make it easier to develop 2022-11-09 16:24:19 -05:00
pyproject.toml Renaming project. 2022-11-09 21:57:19 -05:00

README.md

AWS Connector

Tests

When a Connector like this one is imported into a project with the spiffworkflow-proxy blueprint, it will allow Service Tasks to make calls to AWS systems -- such as working with S3 or Dynamodb.

Please see SpiffWorkflow Proxy for more information.