Skip to main content
Glama
README.md538 B
To run a lambda locally: 1. Set up AWS environment variables (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN) 2. Set up the python environment with the AWS lambda packages, and the Lambda environment variables: ```sh source ./setup_venv.sh source ./setup_lambda_env.sh billing-fire-posthog-events ``` 3. Run the lambda handler you want, with any arguments you want: ```sh python -c 'import importlib; importlib.import_module("billing-data-check-errors").lambda_handler({ "SI_DRY_RUN": True })' ```

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'

If you have feedback or need assistance with the MCP directory API, please join our Discord server