Skip to content

feat: Add apiGatewayHttpApi (apiGatewayV2) and apiGatewayDomainName services#60

Merged
tyler-dunkel merged 4 commits intoalphafrom
feature/CG-1192
May 16, 2022
Merged

feat: Add apiGatewayHttpApi (apiGatewayV2) and apiGatewayDomainName services#60
tyler-dunkel merged 4 commits intoalphafrom
feature/CG-1192

Conversation

@m-pizarro
Copy link
Copy Markdown
Contributor

Issue tracker links

Add links to any relevant tasks/stories/bugs/pagerduty/etc

Example - dummy TODO project

TODO-123

Changes/solution

How does this change address the problem?

Testing

Describe how the testing was done, plus evidence, if not covered by automated tests

Notes and considerations

Add any additional notes and/or considerations

Dependencies

_Add dependencies on any other PRs, if applicable

@m-pizarro m-pizarro self-assigned this May 11, 2022
Comment thread README.md Outdated
Comment thread src/services/apiGatewayDomainName/data.ts Outdated
Comment thread src/services/apiGatewayDomainName/data.ts Outdated
Comment thread src/services/apiGatewayHttpApi/data.ts Outdated
}

if (isEmpty(data)) {
resolve([])
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

++ maybe it makes more sense to work on the not empty case? i.e. if (!isEmpty(data)) { ... } resolve([])

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It could be. Now double validation is being done for the data and items, I think both ways look good, but I can change them if it's better for you.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

im ok with how it is now so long as no bugs

@tyler-dunkel tyler-dunkel self-requested a review May 16, 2022 17:00
@tyler-dunkel tyler-dunkel merged commit c95a4e3 into alpha May 16, 2022
@hjaraujof hjaraujof deleted the feature/CG-1192 branch December 9, 2022 16:07
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.

2 participants