Giter VIP home page Giter VIP logo

Comments (3)

carlnordenfelt avatar carlnordenfelt commented on June 27, 2024

Hi, the Root resource is already created by API gateway, I'm honestly not
sure it it's possible to manipulate but it would require a separate
resource type to do so.
What you can do is create a regular http method of type OPTIONS on the root
resource but then you have to make sure you add the allow-origin header on
the other methods on the root resource. Tedious....

I'll give this some thought and see what I come up with, enabling Cora on
the root resource makes perfect sense so it sh be supported :)
On mån 18 apr. 2016 at 15:44, Richard Hurt [email protected] wrote:

I'm trying to add CORS support to the root "/" resource. However, the
ApiResource requires a pathPart but doesn't accept a null "" or root "/"
string. Is there a way to create CORS options without specifying a pathPart
or is there a magic "null" pathPart that will create things at the root
resource?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#40

from aws-api-gateway-for-cloudformation.

rnhurt avatar rnhurt commented on June 27, 2024

Yes, that makes sense. I think creating the OPTIONS method on root might work. I'll give it a shot. :)

from aws-api-gateway-for-cloudformation.

carlnordenfelt avatar carlnordenfelt commented on June 27, 2024

From version 1.6.0 you can specify CORS config on the rest api, this config will be applied to the parent resource of the API. It works exactly the same way as CORS configuration on Custom::APIResource.
https://apigatewaycloudformation.bynordenfelt.com/#custom-RestApi

from aws-api-gateway-for-cloudformation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.