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
docs: Add syntax highlighting, fix typos, other cleanups (#82)
* Add missing backslash in docker command
* Remove stray "`" from command
* Covert code snippet to code block for consistency
* Remove extraneous newline
* Fix invalid italics and use "_" for consistency
* Change (invalid) italics to header
Make it consistent with the preceding section that says:
"To build the emulator into your image"
Also, the stray whitespace before the final asterisk was incorrect.
* Add syntax highlighting to code blocks
* Add header to content table
This command invokes the functionrunningin the container image and returns a response.
154
158
@@ -173,10 +177,9 @@ The rest of these Environment Variables can be set to match AWS Lambda's environ
173
177
You can use the emulator to test if your function code is compatible with the Lambda environment, executes successfully
174
178
and provides the expected output. For example, you can mock test events from different event sources. You can also use
175
179
it to test extensions and agents built into the container image against the Lambda Extensions API. This component
176
-
does *not *emulate* *the orchestration behavior of AWS Lambda. For example, Lambda has a network and security
180
+
does _not_ emulatethe orchestration behavior of AWS Lambda. For example, Lambda has a network and security
177
181
configurations that will not be emulated by this component.
178
182
179
-
180
183
* You can use the emulator to test if your function code is compatible with the Lambda environment, runs successfully and provides the expected output.
181
184
* You can also use it to test extensions and agents built into the container image against the Lambda Extensions API.
182
185
* This component does _not_ emulate Lambda’s orchestration, or security and authentication configurations.
0 commit comments