victorwrotethis

Results 5 comments of victorwrotethis

This would sort out #3272 as well. When not using WSL you end up having these indeed flip around and causing trouble in automation. Looking forward to the PR!

Not sure if you caught this one yet, but `.projen/tasks.json` and `package.json` it will also use these types of paths at bundling [when you are using projen to generate lambda...

Unfortunately that only accounts for a single subdirectories, once you add a layer it'll start reverting and mixing behaviors. Examples: ```json { "spawn": "bundle:foo/bar.lambda" }, { "spawn": "bundle:foo\\sub-bar/sub-bar.lambda" }, {...

> @vduits could you update projen to `>= v0.80.4` and test again? I submitted [another fix](https://github.com/projen/projen/pull/3406) that was released in `v0.80.4`. It seems that this one covers all the ones...

I'll try and provide a detailed answer in case someone else gets across this issue. The authentication flow has changed requiring an username and [app password](https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html#Apppasswords-Createanapppassword) to be passed. You...