Skip to content

Commit 338ef3d

Browse files
committed
chore: remove redundant boto3 credentials, we are already setting them in emulator image
1 parent f51e105 commit 338ef3d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

samcli/local/docker/durable_functions_emulator_container.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,6 @@ def _get_emulator_environment(self):
177177
Get the environment variables for the emulator container.
178178
"""
179179
return {
180-
# The emulator needs to have credential variables set, or else it will fail to create boto clients.
181-
"AWS_ACCESS_KEY_ID": "foo",
182-
"AWS_SECRET_ACCESS_KEY": "bar",
183-
"AWS_DEFAULT_REGION": "us-east-1",
184180
"DURABLE_EXECUTION_TIME_SCALE": self._get_emulator_time_scale(),
185181
}
186182

0 commit comments

Comments
 (0)