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

HTTP API: CORS configuration #7336

Merged
merged 3 commits into from
Feb 17, 2020
Merged

HTTP API: CORS configuration #7336

merged 3 commits into from
Feb 17, 2020

Conversation

medikoo
Copy link
Contributor

@medikoo medikoo commented Feb 14, 2020

Addresses another implementation step as outlined at: #7052

@medikoo medikoo self-assigned this Feb 14, 2020
@codecov-io
Copy link

codecov-io commented Feb 14, 2020

Codecov Report

Merging #7336 into master will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7336      +/-   ##
==========================================
+ Coverage   87.92%   87.96%   +0.03%     
==========================================
  Files         240      240              
  Lines        8898     8925      +27     
==========================================
+ Hits         7824     7851      +27     
  Misses       1074     1074
Impacted Files Coverage Δ
...lugins/aws/package/compile/events/httpApi/index.js 88.67% <100%> (+3.86%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 29b37d7...5818494. Read the comment docs.

@medikoo medikoo marked this pull request as ready for review February 14, 2020 02:14
@medikoo medikoo requested a review from pmuens February 14, 2020 02:15
@jplock jplock mentioned this pull request Feb 14, 2020
7 tasks
pmuens
pmuens previously approved these changes Feb 14, 2020
Copy link
Contributor

@pmuens pmuens left a comment

Choose a reason for hiding this comment

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

Nice! Very clear implementation 👌

LGTM :shipit:

@@ -46,9 +46,13 @@ describe('HttpApiEvents', () => {

it('Should not configure default route', () => {
const resource = cfResources[naming.getHttpApiLogicalId()];
expect(resource.Properties).to.not.have.property('RputeKey');
Copy link
Contributor

Choose a reason for hiding this comment

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants