File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # aws-durable-functions-sdk-python
1+ # AWS Durable Execution Testing SDK for Python
22
3- [ ![ PyPI - Version] ( https://img.shields.io/pypi/v/aws-durable-functions -sdk-python.svg )] ( https://pypi.org/project/aws-durable-functions -sdk-python )
4- [ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/aws-durable-functions -sdk-python.svg )] ( https://pypi.org/project/aws-durable-functions -sdk-python )
3+ [ ![ PyPI - Version] ( https://img.shields.io/pypi/v/aws-durable-execution -sdk-python-testing .svg )] ( https://pypi.org/project/aws-durable-execution -sdk-python-testing )
4+ [ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/aws-durable-execution -sdk-python-testing .svg )] ( https://pypi.org/project/aws-durable-execution -sdk-python-testing )
55
66-----
77
@@ -22,14 +22,14 @@ pip install aws-durable-functions-sdk-python-testing
2222
2323## Overview
2424
25- Use the Durable Functions Python Testing Framework to test your Python Durable Functions locally.
25+ Use the AWS Durable Execution Testing SDK for Python to test your Python durable functions locally.
2626
27- The test framework contains a local runner, so you can run and test your Durable Function locally
27+ The test framework contains a local runner, so you can run and test your durable function locally
2828before you deploy it.
2929
3030## Quick Start
3131
32- ### A Durable Function under test
32+ ### A durable function under test
3333
3434``` python
3535from aws_durable_execution_sdk_python.context import (
You can’t perform that action at this time.
0 commit comments