-
Notifications
You must be signed in to change notification settings - Fork 99
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
Issue with deployment #73
Comments
Could you see what happens if you change the
|
@sonya I will check in couple of hours, I'm OOF now. Thanks for the reply! |
OK @sonya, so this is working. I'm kind of baffled by that, I guess I need to review the code. But this is resolved. Anyway, it should be mentioned that the order of options matters. I'm considering review the code in order to fix that |
This maybe old thread, but It seems to me that default region is hardcoded to 'us-east-1'. What would be neet if region is picked up from used AWS profile, if not explicitly set in configuration. |
@toshke specify the lambda_deploy: {
default: {
arn: 'arn:aws:lambda:eu-west-1:my-account-number:function:my-function',
options: {
region: 'eu-west-1'
}
}
}, |
@webdevotion this works for me, but I believe if I add
in Grunt configuration and I have
in |
It is a problem in 0.13.0, don't know why this is not being fixed...
Please tag als bug and fix it |
I just had the same problem. I assume that there is a bug in the code and not a documentation issue, because it make sense to extract the region from the arn if it's available. |
Hi,
I have problems with deployment. The
grunt deploy
task is keep getting 404 and shows:I'm able to invoke the same function with aws-cli:
I'm running
Package.json
Gruntfile.js
Am I doing something wrong? I have used this library before and never head problems with this. Do you see there something wrong? I'm sure that the Lambda function is working and I'm able to test it.
The text was updated successfully, but these errors were encountered: