Hello,
Is it possible to define schema DDL (and DML) within serverless.yml? I realize there are programmatic ways of building such (eg. Sequelize), but would be nice to be able to do it in an orthogonal manner (eg. language independent). Also, can such operations be conditional (eg. if something already exists, skip over it).
Thanks,
Matthew