Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Allow deploy only if changed. #75

Open
vidia opened this issue Mar 25, 2016 · 0 comments
Open

[Feature request] Allow deploy only if changed. #75

vidia opened this issue Mar 25, 2016 · 0 comments

Comments

@vidia
Copy link

vidia commented Mar 25, 2016

I am working with versioning my lambda functions and I am realizing two things.

  1. I cannot verify that the code I have locally has been deployed (either "deployed to any alias" or "deployed to X alias")
  2. I have to deploy the same code again to confirm it is deployed. This means my version numbers are climbing really fast.

Obviously version numbers don't matter, but if lambda is charging me for storage (though the cost is miniscule, a fraction of a fraction of a cent) I think it would be awesome to check for changes before deploying with this tool.

Maybe keep track of the version and alias for a given deploy and then when redeploying to that alias, check that the code is the same as the previously pushed version as well as that the alias is assigned to that version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant