← Back to all tags

Posts tagged with 'python'

4 posts

Using TypedDict with invalid attribute names

Published

How to use a TypedDict with item keys that aren't valid identifiers

Configure Boto3 endpoint_url

Published

Use environment variables to point Boto3 at local services

Mocking Boto3 with pytest

Published

Mock requests to AWS services with pytest

Python TypedDict with Generics

Published

How to define a Python type for a dict with generic values