hubaimaster / aws-interface

Create and manage powerful backends with one click
https://aws-interface.com
Apache License 2.0
55 stars 7 forks source link

We are designing the structure of how to effectively insert the SDK connection definition into the recipe. #4

Open hubaimaster opened 5 years ago

hubaimaster commented 5 years ago

I think it's a good idea to include methods like add_api(self, name, code, type) in the RecipeController to distribute the actual code with AWS Lambda and API Gateway when the method is executed. Also, when creating the SDK, it would be efficient to read the definitions added with add_api, and generate code that sends an https request to the url in each language.

itsnamgyu commented 5 years ago

먼저 SDK 완성부터..!