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

Techdebt: Remove old/deprecated code #7220

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

bblommers
Copy link
Collaborator

@bblommers bblommers commented Jan 15, 2024

Remove warning when describing an unknown EC2 image. The warning has been there for ages, and I've never heard of someone needing this validation, so I'm just removing it for now. If necessary, we can make the exception opt-in (allow it by default, but throw the correct exception of the user explicitly configures it) (The warning was introduced in #1331, for context.)

Remove moto_server service argument - we can just run moto_server for all services, no need to run a separate server per service anymore

Remove warnings from KMS/Events - info about what params are implemented should just be part of the documentation

Rename EC2 add_instances to run_instances to make it more obvious which action we're talking about

Removes imports from moto.core, as they shouldn't necessarily be exposed to end-users

@bblommers bblommers added this to the 5.0.0 milestone Jan 15, 2024
@bblommers bblommers marked this pull request as ready for review January 17, 2024 10:05
@bblommers bblommers merged commit 0e92eea into getmoto:v5 Jan 17, 2024
33 checks passed
bblommers added a commit that referenced this pull request Jan 27, 2024
bblommers added a commit that referenced this pull request Jan 27, 2024
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

Successfully merging this pull request may close these issues.

1 participant