nikhilaravi/serverless-graphql

Automate API Gateway Endpoint Creation?

nelsonic opened this issue ยท 1 comments

Hi @nikhilaravi hope your week is going well! ๐Ÿ˜Š
Did you explore the option of automatically creating an API Gateway endpoint and attaching it to your Lambda? (if so how far did you get with it? thanks!)

@nelsonic so sorry for the late reply! I wrote a script to create the endpoint https://github.com/nikhilaravi/serverless-graphql/blob/master/scripts/create-api.sh
But I remember I had to create the API manually. Does that help?