"""Step definitions for cloud_aws_sdk.feature. Tests AWS SDK integration for CloudResourceHandler using mocked boto3. All steps use the "awssdk" prefix to avoid conflicts with existing step definitions in other feature files. Step definitions are split across focused modules for maintainability: - cloud_aws_helpers.py: shared helpers (_make_resource, _make_mock_session) - cloud_aws_session_steps.py: session building and resolve() steps - cloud_aws_discover_steps.py: resource discovery steps - cloud_aws_sandbox_steps.py: sandbox lifecycle steps Behave auto-discovers all step files in this directory. """