Skip to main content

Best practices for integrating Harness FME feature flags into a serverless environment

In serverless environments, data persistence is best handled by externalizing state. This avoids the performance hit of "cold starts" where processes have to load and cache data before they can perform. This is the case with feature flagging SDKs as well.

For examples of how to achieve the best performance when using FME from within Lambda functions in Amazon AWS, read the Serverless Applications Powered by FME Feature Flags blog post.