We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
claudia create --profile cn --name cn-func-prod --region cn-north-1 --api-module src/index --timeout 15 --memory 1024 --config claudia.cn.prod.json --version prod --role lambda-vpc-execution-role --use-s3-bucket xxx
To fix this issue, passing region when initialize aws S3 in lambda-code.js "uploadToS3"
s3 = loggingWrap(new aws.S3({signatureVersion: 'v4', region: "targeted-region"}), {log: logger.logApiCall, logName: 's3'}),
The text was updated successfully, but these errors were encountered:
use region when initialising s3, fix for #187
91184a4
claudia 5.5.0 is now on NPM, should fix this. can you please try and let me know if it's OK?
Sorry, something went wrong.
cool. will give it a try this weekend. thank you gojko
closing this due to inactivity. if something still needs to be done here, please reopen.
gojko
No branches or pull requests
when deploying lambda function to China region "cn-north-1" using --, calling : "claudia create"
the full command :
always return :
The AWS Access Key Id you provided does not exist in our records.
To fix this issue, passing region when initialize aws S3 in lambda-code.js "uploadToS3"
The text was updated successfully, but these errors were encountered: