Skip to content

Commit

Permalink
docs: Dont use lamdba for local evaluation mode (#2895)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeeeenster authored Oct 27, 2023
1 parent bd3758d commit f4185a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/docs/clients/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,15 @@ specific user and subsequently adding a segment override for that segment.

:::

## Local Evaluation Runtime Considerations

When running in Local Evaluation mode, our SDKs expect to be run as long-lived processes. Serverless platforms like AWS
Lambda either break this contract or make it much more complicated. As a result, we do not recommend running our SDKs in
Local Evaluation mode on top of platforms like Lambda where you do not have complete control over process lifetimes.

Our [Edge Proxy](/system-administration/edge-proxy/) is a good candidate if you need to run local evaluation mode
alongside serverless platforms.

## SDK Compatibility

### `In` Segment operator
Expand Down

3 comments on commit f4185a5

@vercel
Copy link

@vercel vercel bot commented on f4185a5 Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs.flagsmith.com
docs-flagsmith.vercel.app
docs.bullet-train.io
docs-git-main-flagsmith.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f4185a5 Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f4185a5 Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.