-
Notifications
You must be signed in to change notification settings - Fork 275
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
The command claudia create ...
does not work if the package name is @company/xyz
#80
Comments
thanks for reporting it. if you want to work on the fix, this is probably the culprit: claudia/src/tasks/collect-files.js Line 41 in e6f0d88
please also add a test for this (a single test just proving that it can do the package with scoped name): claudia/spec/collect-files-spec.js Line 116 in e6f0d88
|
Hello Thanks. The fix is the following, in case you want merge it...
I'll send a pull-request as soon as I have finished implementing the corresponding test-case. Regards |
maybe the best thing is to extract the |
Hello I've made progress testing the claudia with a package named In the AWS console, I can confirm that the IAM role, the Lambda and the API Gateway were configured. So the process was almost complete before the following error appears.
Any pointer would be appreciated. Regards |
Please ignore the last comment. The error |
why did you have to do this?
|
This is to fix another issue which I think is caused by the fact that I'm compiling my module using TypeScript. I can remove this from my pull-request and deal with this separately. I'll send the pull-request when I have found the time to test it properly. |
this is now available on NPM as version 2.1.3 |
Hello
I'm trying to use ClaudiaJS in a package named
@company/xyz
. The commandclaudia create --region eu-central-1 --api-module index
fails with the following error.(I'll try to provide a pull request in a few days to fix this issue.)
Regards
The text was updated successfully, but these errors were encountered: