Examples ======== This section provides working code examples demonstrating common Da Vinci patterns and use cases. .. toctree:: :maxdepth: 1 :caption: Example Applications basic_crud event_driven multi_table api_backend batch_processing Each example includes: - Complete, working code - Explanation of key concepts - Deployment instructions - Common variations Quick Links ----------- - :doc:`basic_crud` - Simple CRUD application with DynamoDB - :doc:`event_driven` - Event-driven architecture with SQS event bus - :doc:`multi_table` - Working with multiple related tables - :doc:`api_backend` - REST API backend with Lambda - :doc:`batch_processing` - Batch data processing pipeline