Dylan Stein

Results 17 comments of Dylan Stein

hey! It is very possible to use the Amazon SecretsManager for this! An example for getting secret key is below: ```python import boto3 endpoint_url = "https://secretsmanager.us-east-1.amazonaws.com" region_name = "us-east-1" session...

@edgarroman I must note however, that if you place your Lambda function behind a VPC to connect to RDS this turns into a different problem where the function will not...

any thoughts 2 years later?

@andrewgodwin I want to reopen this issue, I don't believe this is an application specific problem. I have created a an example Django + Channels project with a Poetry lock...

hello all those who are currently having trouble with MFA, I made a Python program that will handle among other things, setting up a MFA for CLI development with aws-cli...

still experiencing this with a content type... error occurs when I add a __init__.py file error ```python astroid.exceptions.AstroidImportError: Failed to import module .models with error: No module named .models. ```...

@okc0mputer @tannercollin thanks for the updates guys. Have you guys made a pull request? If not I'll try to whip one up. Would love to have some conversation on naming...

I'll write a pull request once I've got all the parts together. Here is a solution I wrote based on the above to allow for verification through the API. A...

getting a few thousand of these a day when using Django Channels tested with Python 3.8.1 and Python 3.9.2 using aioredis 1.3.1 installed as child of channels

hi @jkimbo ! I am back on the open source train after leaving Apple this week and will be using Graphene as the core infrastructure at my new position. I...