Skip to content

chore(ec2): add missing interface VPC endpoint services#21220

Closed
hoegertn wants to merge 1 commit intoaws:mainfrom
hoegertn:hoegertn-interface-endpoints
Closed

chore(ec2): add missing interface VPC endpoint services#21220
hoegertn wants to merge 1 commit intoaws:mainfrom
hoegertn:hoegertn-interface-endpoints

Conversation

@hoegertn
Copy link
Copy Markdown
Contributor


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Jul 18, 2022

@github-actions github-actions bot added the p2 label Jul 18, 2022
@aws-cdk-automation aws-cdk-automation requested a review from a team July 18, 2022 22:36
@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 8c33923
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

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

@TheRealAmazonKendra TheRealAmazonKendra changed the title feat: add missing interface VPC endpoint services chore(ec2): add missing interface VPC endpoint services Jul 19, 2022
Copy link
Copy Markdown
Contributor

@TheRealAmazonKendra TheRealAmazonKendra left a comment

Choose a reason for hiding this comment

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

We'll need some sort of tests with this change. Additionally, please see the Pull Request section of our Contributing Guide regarding our guidelines to PR body text.

@hoegertn
Copy link
Copy Markdown
Contributor Author

Given that this PR only adds some static variables to an existing enum without tests, I would love some feedback on what the tests should include.

I will update the PR description.

@TheRealAmazonKendra
Copy link
Copy Markdown
Contributor

Given that this PR only adds some static variables to an existing enum without tests, I would love some feedback on what the tests should include.

I will update the PR description.

We have a lot of areas where our test coverage isn't what it should be. We use any opportunity we can get to improve test coverage.

Basically, we want to ensure that use of these values creates the template output we'd expect. So, please write tests that use these in a construct and ensure that the template matches your expected values. If you need examples of where we've tested against templates, please let me know.

mergify bot pushed a commit that referenced this pull request Aug 1, 2022
…21401)

This add the following endpoints to `InterfaceVpcEndpointAwsService`:
`codeartifact.api`
`codeartifact.respositories`
`batch`
`autoscaling`
`autoscaling-plan`
`application-autoscaling`


closes #21402 #21220 #21338 #19420
----

### All Submissions:

* [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md)

### Adding new Unconventional Dependencies:

* [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies)

### New Features

* [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)?
	* [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)?

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
@TheRealAmazonKendra
Copy link
Copy Markdown
Contributor

Closing since #21401 has been merged.

@hoegertn hoegertn deleted the hoegertn-interface-endpoints branch August 2, 2022 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants