-
Notifications
You must be signed in to change notification settings - Fork 471
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
[Win10] Error when deploying from a non-C: drive #1120
Comments
I've transferred this issue from the Visual Studio Toolkit repo to the VS Code Toolkit repo |
Looks like this might be a SAM CLI issue: aws/aws-sam-cli#1336 ; this was resolved and shipped last August. Could you try updating your SAM CLI, and if that doesn't work, what version of the SAM CLI are you using? |
@awschristou thank you for the transfer, it seems it is aws-sam-cli related |
@awschristou can you transfer to aws-sam-cli ? Thank you! |
Hi @guevaraf I'm unable to transfer the issue into the aws-sam-cli repo. Would you be able to open a new issue up directly over there? |
done, I'm closing this issue then. |
Describe the bug
When running the command pattern "AWS: Deploy SAM Application" it fails on step Building function '[function name]' because of a script pointing to C: mount while the project is on a D: folder. We get error 'ValueError: path is on mount 'C:', start on mount 'd:''.
To Reproduce
Expected behavior
SAM Application is successfully deployed.
Screenshots
Computer (please complete the following information):
Additional context
Full console dump:
The text was updated successfully, but these errors were encountered: