Skip to content

Commit adab75d

Browse files
sileskystayseesong
andauthored
Update src/connections/sources/catalog/libraries/server/node/index.md
Co-authored-by: stayseesong <[email protected]>
1 parent 987f8df commit adab75d

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/server/node

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/server/node/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Segment supports a variety of runtimes, including, but not limited to:
297297
- Web Workers / Browser (no device mode destination support)
298298
299299
### Usage in AWS Lambda
300-
- [AWS lambda execution environment](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtime-environment.html) is challenging for typically non-response-blocking async activites like tracking or logging, since the runtime terminates / freezes after a response is emitted.
300+
- [AWS lambda execution environment](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtime-environment.html){:target="_blank"} is challenging for typically non-response-blocking async activities like tracking or logging, since the runtime terminates or freezes after a response is emitted.
301301
302302
Here is an example of using analytics.js within a handler:
303303
```ts

0 commit comments

Comments
 (0)