File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Lambda-Featureflag-Go-Sdk
2+
3+ local evaluation sdks for golang.
4+
5+ ### Remote Setup Instructions
6+ - add `"lambda-featureflag-nodejs-sdk": "git+https://github.com/Lambdatest/lambda-featureflag-nodejs-sdk.git " in package.json
7+ - run locally.
8+ ```
9+ $ npm install
10+ ```
11+ - Add below config variable and dependent key through env variable(os.Setenv(key,value)).
12+ ```
13+ LOCAL_EVALUATION_CONFIG_DEBUG = false (enables debug logs for amplitude).
14+ LOCAL_EVALUATION_CONFIG_SERVER_URL = "https://api.lab.amplitude.com/" (amplitude server url or evaluation proxy server url).
15+ LOCAL_EVALUATION_CONFIG_POLL_INTERVAL = 30 (poller interval for flag rules from amplitude).
16+ LOCAL_EVALUATION_CONFIG_POLLER_REQUEST_TIMEOUT = 10 (poller request timeout).
17+ LOCAL_EVALUATION_DEPLOYMENT_KEY = "" (server side deployment key).
18+ ```
You can’t perform that action at this time.
0 commit comments