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

Elastic Bean Stalk Not responding #2

Open
flemings opened this issue Feb 13, 2019 · 1 comment
Open

Elastic Bean Stalk Not responding #2

flemings opened this issue Feb 13, 2019 · 1 comment
Labels
question Further information is requested

Comments

@flemings
Copy link

Looks like http://smashggcors.us-west-2.elasticbeanstalk.com is not resolving, causing issues with the functions that use it. Is that something that is resolvable?

Thanks

@BrandonCookeDev
Copy link
Owner

Hey, apologies but the elastic beanstalk is was sunset long ago.
This solution currently runs off a Lambda + API Gateway that is referenced in the code. You'll import the library like you would any javascript library in your frontend code.

Namely you'll want to npm install this package and use it as a dependency in your webapp (the one you were having a CORS) issue for.

Check out the readme instructions to get up and running, and add this line to your code after you install

<script src="node_modules/smashgg-promise/dist/smashgg-promise.js></script>

If you'd like to talk more on-demand, you can find me on the Smashgg API Discord. Hmu if you experience any more issues getting up and running.

@BrandonCookeDev BrandonCookeDev added the question Further information is requested label Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants