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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ The rest of these Environment Variables can be set to match AWS Lambda's environ
175
175
You can use the emulator to test if your function code is compatible with the Lambda environment, executes successfully
176
176
and provides the expected output. For example, you can mock test events from different event sources. You can also use
177
177
it to test extensions and agents built into the container image against the Lambda Extensions API. This component
178
-
does *not *emulate* *the orchestration behavior of AWS Lambda. For example, Lambda has a network and security
178
+
does _not_ emulatethe orchestration behavior of AWS Lambda. For example, Lambda has a network and security
179
179
configurations that will not be emulated by this component.
180
180
181
181
* You can use the emulator to test if your function code is compatible with the Lambda environment, runs successfully and provides the expected output.
0 commit comments