Justin Malin

Results 3 issues of Justin Malin

### Description: When using `sam sync --watch`, layers will not update because a layer's LogicalResourceId changes on each build/upload. Thus, when the layer is "updated" due to the watch, other...

blocked/more-info-needed
area/sync

**Describe the use case** Currently, Alembic's autogenerate does not detect check constraints. When a CheckConstraint is added to or removed from a SQLAlchemy model, running alembic revision --autogenerate does not...

autogenerate - detection
use case

### Description This adds an opt-in compare_check_constraints configuration option for autogenerate, allowing Alembic to detect check constraint differences between SQLAlchemy models and the database. Changes: * New config option compare_check_constraints...