You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/providers/WorkflowCore.Providers.AWS/README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,18 @@ services.AddWorkflow(cfg =>
34
34
If any AWS resources do not exists, they will be automatcially created. By default, all DynamoDB tables and indexes will be provisioned with a throughput of 1, you can modify these values from the AWS console.
35
35
You may also specify a prefix for the dynamo table names.
36
36
37
+
If you have a preconfigured dynamoClient, you can pass this in instead of the credentials and config
0 commit comments