HanayoZz

Results 5 comments of HanayoZz

> does we will totally remove table `t_ds_resource` in the end? In the end, yes. But for now, we will keep it for backward compatibility. A new table `t_ds_relation_resources_task` is...

Hello, thanks for creating the issue. From the reference on the serverless doc: https://www.serverless.com/framework/docs-guides-plugins you can find the plugins installation code in `install.py` and `aws.yml` if specifying '--config' is a...

Hello there, thank you for the PR. I am a contributor in FaaSKeeper, will share feedbacks ASAP.

Thanks for the work, I test the cmds locally. Since I dont have commit permission to your forked repo, here is something simple that can be put in the test...

> Thank you for your review. I added the test and I'm bit confused about these two test case: > `assert ['/test', '0x0', False, False] == parse_args("create", ["/test", "0x0", "-e"])[1]`...