We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should be able to tell SAM CLI to delete AWS Lambda Older Versions (than the ones being deleted) to prevent Resource Excessive Usage.
Add a property like:
DeleteOlderVersions: true
Which will set the RetainPolicy of the Version to Delete
RetainPolicy
Delete
We use SnapStart, so we are somehow "protected" against bad versions.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion @driverpt. I will bring it to the team, but we're always happy to review designs and are open to contributions!
Sorry, something went wrong.
Do you have any suggestions on where to begin?
No branches or pull requests
Describe your idea/feature/enhancement
We should be able to tell SAM CLI to delete AWS Lambda Older Versions (than the ones being deleted) to prevent Resource Excessive Usage.
Proposal
Add a property like:
Which will set the
RetainPolicy
of the Version toDelete
We use SnapStart, so we are somehow "protected" against bad versions.
Additional Details
The text was updated successfully, but these errors were encountered: