Emanuele Capparelli
Emanuele Capparelli
## Context Zappa is creating a new SNS subscription every time I update, and after a certain number of deploys the policy becomes too big and I have to manually...
Would it be possible to update an item without getting it first? As far as I understand this is possible with the DynamoDB API, as long as you know the...
## Problem The billing step is incorrectly shown on self-hosted instances. This PR needs to be approved before 1.40 is out! ## Changes - Hide the billing step for users...
## Changes - Removed myself and @benjackwhite from the Product OS team page - Removed myself from the Product OS hiring process ## Checklist - [ ] Titles are in...
## Problem We want to rate limit organizations that are above their billing limit. ## Changes Introduce a `RateLimiter` that checks if an organization_id is stored in either an event...
## Problem We want to check if orgs are above their usage limit, and add them to a list of rate limited organizations. To be released together with https://github.com/PostHog/posthog/pull/13519 ##...
## Problem Every time we report usage to the billing service, we receive an organization usage report, that we want to save on the organization model. Needs https://github.com/PostHog/billing/pull/66 and a...
## Problem Closes https://github.com/PostHog/posthog/issues/13508 We don't currently support in the LIST events API endpoint a `previous` parameter for correct pagination, or a `count`. ## Changes - Adds `previous` and `count`...
Installed Zappa 0.59.0, this error is thrown when doing `zappa init`: ``` RuntimeError: This version of Python (3.10) is not supported! Zappa (and AWS Lambda) support the following versions of...
## Bug description - Invited myself to app.posthog.com, to the main PostHog organization, with a gmail account - Created a new organization, with no events inside, it works - Went...