Derek Kulinski
Derek Kulinski
``` aws_kms_alias.vault: Creating... aws_kms_alias.vault: Creation complete after 0s [id=alias/vault-lambda-extension-demo-vault-kms-unseal-key] ╷ │ Error: error creating Security Group (vault-lambda-extension-demo-vault-server-sg): VPCIdNotSpecified: No default VPC for this user │ status code: 400, request id:...
**Describe the bug** If the `AWS_REGION` is set to `us-west-2` and an make a support client call, you will get an error: EndpointConnectionError: Could not connect to the endpoint URL:...
### Subject of the issue So either Pandora changed something recently or using proxy produces a lot of 403 errors. I'm starting to think that most likely it is the...
Can type annotations be added to this module. In https://github.com/aio-libs/async-lru/issues/70 it was mentioned that they couldn't be used as there was no mechanism for decorators. I don't believe that's true...
* **asyncpg version**: 0.23.0 * **PostgreSQL version**: N/A * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: N/A *...
I need to be able to include psycopg2 as an dependency to my project. Unfortunately I can't use psycopg2-binary or aws-psycopg2 and similar libraries. When I build requirements surprisingly it...
### Environment How do you use Sentry? self-hosted 9.1.2 Which SDK and version? Python 1.1.0 ### Steps to Reproduce I have an AWS lambda that has multiple entry points. I...
I'm opening a new issue, as I'm still having problem with https://github.com/nix-community/poetry2nix/issues/598, and I don't have permission to re-open a closed issue. ---- So the example as shown indeed works,...
### Describe the issue When trying to build project replacing `pkgs.python310` with `pkgs.pypy38` causes following error: ``` Sourcing pip-install-hook Sourcing setuptools-build-hook Using setuptoolsShellHook @nix { "action": "setPhase", "phase": "unpackPhase" }...
If one tries to create bundle directly from Nix expression it is much more convenient and cleaner to use these functions directly instead of going through the CLI command. I...