awslabs / aws-api-gateway-developer-portal

A Serverless Developer Portal for easily publishing and cataloging APIs
Apache License 2.0
930 stars 401 forks source link

Unable to register/subscribe #40

Closed Jinoooo closed 6 years ago

Jinoooo commented 7 years ago

I had to apply the changes based on #39

By applying the change in #39, I was able to deploy the portal successfully. However Registeraction did spin for ever although I could see the user in Congnito User pool, DevPortal successfully created. Upon signin, it complained the user doesn't exist. I applied the following to fix it (not sure why it worked): $ npm run post-setup

Now I am facing two issues:

Unable to see PetStore API in API Gateway. Shouldn't it be created by running $ npm run setup Unable to subscribe to PetStore API.

It would be great to have a fully functional live demo somewhere to try it out and understand the supported functionalities.

Jinoooo commented 7 years ago

Any suggestions?

themucha commented 7 years ago

Have you run npm run package-deploy?

Jinoooo commented 7 years ago

Yes, I did. Still having the same problem.

brettstack commented 7 years ago

This repo does not create an API for you, though we will consider doing that.

echo-bravo-yahoo commented 6 years ago

Closing this; I don't believe we should be creating/exposing an API by default, although I would like to hear good use cases (just re-open this). I can expand on the README.md to make it explicit that an existing API is necessary.