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
hi, it looks like that in this file https://github.com/aws-samples/amazon-forecast-samples/blob/master/ml_ops/visualization_blog/lambdas/updateresources/update.py at line 65 it is missing the ".format" with the bucket information. Shouldn't it be " s3_staging_dir='s3://{}/stage'.format(bucket) " ?
The text was updated successfully, but these errors were encountered:
Thank you for your report, and sorry for my response took time. I am checking the issue now, and will update here.
Sorry, something went wrong.
Fix issue aws-samples#92
72817dd
3f84d91
Merge pull request #95 from pedrosola/master
233df46
Fix issue #92
No branches or pull requests
hi,
it looks like that in this file https://github.com/aws-samples/amazon-forecast-samples/blob/master/ml_ops/visualization_blog/lambdas/updateresources/update.py
at line 65 it is missing the ".format" with the bucket information.
Shouldn't it be " s3_staging_dir='s3://{}/stage'.format(bucket) " ?
The text was updated successfully, but these errors were encountered: