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

feat (Set eligible constructs to Stable) #323

Merged
merged 1 commit into from
Aug 11, 2021
Merged

feat (Set eligible constructs to Stable) #323

merged 1 commit into from
Aug 11, 2021

Conversation

biffgaut
Copy link
Contributor

Issue #, if available:
Issue322

Description of changes:

[INTERNAL] AWS has criteria for number of deployments and time period without a breaking change to make a construct stable. The following constructs are now eligible and can be moved:

apigateway-lambda
apigateway-sqs
kinesisfirehose-s3
lambda-dynamodb
lambda-s3
lambda-sqs
s3-lambda
sns-lambda
sqs-lambda

We'll be documenting the criteria soon, but in short they are:

Construct Eligibility

  • 30 days without a breaking change
  • 50 deployments of the construct
  • Each key service interface is considered stable (eg apigateway and lambda for the first construct above)

Key Service Eligibility

  • A total of 200 deployments of constructs that include the service (eg - 125 cloudfront-apigateway and 100 apigateway-lambda)
  • At least 2 released constructs using that key service
  • CDK L2 construct for service is GA

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@biffgaut biffgaut linked an issue Aug 11, 2021 that may be closed by this pull request
Copy link
Contributor

@hayesry hayesry left a comment

Choose a reason for hiding this comment

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

Stability updates approved for merge

@aws-solutions-constructs-team
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: codebuildgithubautobuildPro-fkVQbXRiQi6A
  • Commit ID: 9580b9f
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@biffgaut biffgaut merged commit 57ce7e0 into main Aug 11, 2021
@biffgaut biffgaut deleted the Issue322 branch August 11, 2021 15:25
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.

feat (Move eligible constructs to Stable)
3 participants