[Fixed]-Pynamodb:it's possible to Pynamodb model with django REST framework

1👍

No. It’s not compatible. You can’t create model serializers directly from PynamoDB models, but you can write a custom one extending from serializers.Serializer

http://www.django-rest-framework.org/api-guide/serializers/

Leave a comment