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

fix(all): typos #1010

Merged
merged 2 commits into from
Sep 18, 2023
Merged

fix(all): typos #1010

merged 2 commits into from
Sep 18, 2023

Conversation

fisenkodv
Copy link
Contributor

No description provided.

@aws-solutions-constructs-team
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: githubautobuild-for-cdk-v2
  • Commit ID: 209c4d1
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

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

@@ -146,7 +146,7 @@ export class AlbToLambda extends Construct {
this.lambdaFunction = defaults.buildLambdaFunction(this, {
existingLambdaObj: props.existingLambdaObj,
lambdaFunctionProps: props.lambdaFunctionProps,
vpc: this.vpc,
Copy link
Contributor

Choose a reason for hiding this comment

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

we do this on purpose, as it prevents typo errors in maintenance if we add members later. As it is the only edit of this sort and we are far from consistent I'll ignore it.

this.loadBalancer,
props.listenerProps
);
this.listener = defaults.AddListener(this, id, this.loadBalancer, props.listenerProps);
Copy link
Contributor

Choose a reason for hiding this comment

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

You can leave this, but I'm not a fan. They are functionally equivalent, there is not a right/wrong aspect. I'm pretty sure the existing format was applied by our autoformatting tool, so will probably reappear in the future when someone says "Format Document"

@biffgaut biffgaut merged commit 0787baf into awslabs:main Sep 18, 2023
7 of 8 checks passed
@fisenkodv fisenkodv deleted the fix/typos branch September 18, 2023 23:09
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.

3 participants