Hey! I'd like to use Chalice for multi-environment deployments. I see that Chalice will automatically reuse a zip deployment package if it exists; for a deployment to prod, I would like the deployment to fail if the code was modified (i.e. fail if it doesn't find a ZIP file with the deployment that previously went to dev).
Is there an easy way to either:
Specify a deployment package to use
fail deployment if it doesn't find a cached zip package?
I can also take a look at adding support for this.
Hey! I'd like to use Chalice for multi-environment deployments. I see that Chalice will automatically reuse a zip deployment package if it exists; for a deployment to prod, I would like the deployment to fail if the code was modified (i.e. fail if it doesn't find a ZIP file with the deployment that previously went to dev).
Is there an easy way to either:
I can also take a look at adding support for this.