Open Issues Need Help
View All on GitHubA library that allows you to easily mock out tests based on AWS infrastructure.
AI Summary: The task is to debug and fix a bug in the Moto library's EC2 mock. The `modify_vpc_endpoints` function has incorrect behavior when removing subnets and adding already existing subnets. The bug causes subnets to not be removed and duplicates to be added. The solution involves reviewing and correcting the implementation of the `modify_vpc_endpoints` function within Moto's EC2 mock to ensure it correctly handles subnet addition and removal, preventing duplicates and accurately reflecting the AWS API behavior.
A library that allows you to easily mock out tests based on AWS infrastructure.
AI Summary: The task requires fixing a bug in the Moto library's AWS Batch implementation. The `describe_jobs` API call currently omits the `tags` property from the returned job details. The solution involves modifying Moto's internal data structures and logic to correctly include and return the `tags` associated with Batch jobs when using `describe_jobs`.
A library that allows you to easily mock out tests based on AWS infrastructure.