| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Useful if you want more control over the API between the init and LocalStack (e.g. for error responses)
Build init via make build
Start LocalStack with the following flags:
LAMBDA_INIT_BIN_PATH=/Users/joe/Projects/LocalStack/lambda-runtime-init/custom-tests/init/var/rapid/init LAMBDA_INIT_BOOTSTRAP_PATH=/Users/joe/Projects/LocalStack/lambda-runtime-init/custom-tests/init/var/rapid/entrypoint.sh LAMBDA_INIT_DEBUG=1 LAMBDA_INIT_DELVE_PATH=/Users/joe/Projects/LocalStack/lambda-runtime-init/custom-tests/init/var/rapid/dlv LAMBDA_INIT_DELVE_PORT=40000 LAMBDA_RUNTIME_ENVIRONMENT_TIMEOUT=3600 TEST_DISABLE_RETRIES_AND_TIMEOUTS=1
Start Delve debugger and connect to localhost:40000
Within create_lambda_function:
| Back | FazBrowse Home | New Git URL |