Steve Clark
Steve Clark
We currently have an issue that our current API doesn't support the same number of fields that we support within our DynamoDB records. So we have a lot of employees...
Is there any plan to add support for CloudFront Response Headers Policies? If there isn't I'll have to create a workaround for now. Thanks for the hard work on this...
The unknown value for a schema's Meta class is overridden and ignored. ``` import marshmallow import marshmallow.fields from marshmallow_oneofschema import OneOfSchema class Foo: def __init__(self, foo): self.foo = foo def...