Skip to content

Add feature catalog files #12416

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

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft

Add feature catalog files #12416

wants to merge 16 commits into from

Conversation

sannya-singal
Copy link
Contributor

@sannya-singal sannya-singal commented Mar 20, 2025

Motivation

Add feature coverage file prototype for: ApiGateway, S3 and StepFunctions services

@sannya-singal sannya-singal added the semver: patch Non-breaking changes which can be included in patch releases label Mar 20, 2025
@sannya-singal sannya-singal self-assigned this Mar 20, 2025
@sannya-singal sannya-singal added this to the Playground milestone Mar 20, 2025
Copy link

github-actions bot commented Mar 20, 2025

S3 Image Test Results (AMD64 / ARM64)

  2 files    2 suites   8m 49s ⏱️
488 tests 438 ✅  50 💤 0 ❌
976 runs  876 ✅ 100 💤 0 ❌

Results for commit 9db648b.

♻️ This comment has been updated with latest results.

@sannya-singal sannya-singal requested a review from k-a-il March 20, 2025 10:39
- name: "DeleteBucketLifecycle"
description: "Deletes the lifecycle configuration from the specified bucket."
documentation: "https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketLifecycle.html"
emulation_level: "mocked"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried to experiment here with emulation_level being added at the api level, let me know your thoughts on this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could use the cumulative of emulation_level of api's to derive the one for a feature.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it happen often that emulation_level of the feature is different from emulation level on api level? In this example emulation level is mocked on both levels

@sannya-singal sannya-singal force-pushed the feature-catalog-prototype branch from 0c8f8a1 to c9946e4 Compare March 25, 2025 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver: patch Non-breaking changes which can be included in patch releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants