aws / aws/aws-cdk

(core): standardize naming of integration classes

Open
#18,939 2 comments 0 reactions 0 assignees View on GitHub
feature-request p2
Dominant language
TypeScript
Stars
12.9k
Forks
4.6k
Avg merge
2d 3h
Merged PRs (30d)
83

Description

Integration class names are pretty much all over the place right now, a review.

## Events Targets

https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events_targets-readme.html

```
+
```

![image](https://user-images.githubusercontent.com/524162/153618333-a85216f3-e317-461c-9194-cd9520e302b3.png)

## StepFunctions

```
MOSTLY: + +
Sometimes: + +
Legacy: +
```

https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_stepfunctions_tasks-readme.html

![image](https://user-images.githubusercontent.com/524162/153618276-a4114a01-537c-49b8-9590-f9eff853aa47.png)

## CodePipeline Actions

```
+ + + "Action"
```

![image](https://user-images.githubusercontent.com/524162/153618682-1f9bd3e7-9f17-416f-9c98-66c446e19666.png)

## SNS Subscriptions

```
+ "Subscription"
```

![image](https://user-images.githubusercontent.com/524162/153618801-433ee076-d0ca-41a8-8d0d-a25a2b6ad38c.png)

## CloudWatch Actions

```
+ "Action"
```

![image](https://user-images.githubusercontent.com/524162/153618882-d8f9cc67-eeb6-4c26-94b6-535371340097.png)

## AutoScaling HookTargets

```
+ "Hook"
```

![image](https://user-images.githubusercontent.com/524162/153619073-04140207-d4db-4254-92bb-aacd37a32221.png)

## GlobalAccelerator Endpoints

```
+ "Endpoint"
```

![image](https://user-images.githubusercontent.com/524162/153619175-c4e325d8-a2b9-4679-a3bc-5d2c56b62780.png)

Contributor guide

Open the contributing guide

Research direction

Start by reviewing the integration class names in the Events Targets, StepFunctions, CodePipeline Actions, SNS Subscriptions, CloudWatch Actions, AutoScaling HookTargets, and GlobalAccelerator Endpoints areas named in the issue. Compare them with the listed naming patterns and determine the consistent convention and affected public names; done means the naming review has a documented decision covering all listed areas.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, typescript
Domain
developer-experience, infrastructure
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.