We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384b9fb commit 9eaa5feCopy full SHA for 9eaa5fe
1 file changed
samcli/local/docker/durable_functions_emulator_container.py
@@ -26,7 +26,7 @@ class DurableFunctionsEmulatorContainer:
26
"""
27
28
_RAPID_SOURCE_PATH = Path(__file__).parent.joinpath("..", "rapid").resolve()
29
- _EMULATOR_IMAGE_PREFIX = "public.ecr.aws/o4w4w0v6/aws-durable-execution-emulator"
+ _EMULATOR_IMAGE_PREFIX = "public.ecr.aws/durable-functions/aws-durable-execution-emulator"
30
_CONTAINER_NAME = "sam-durable-execution-emulator"
31
_EMULATOR_DATA_DIR_NAME = ".durable-executions-local"
32
_EMULATOR_DEFAULT_STORE_TYPE = "sqlite"
0 commit comments