Open vespertilian opened 3 years ago
@studds Hey :wave: yeah maybe not. Also, this got away from me.
I think I mainly needed this for layers when developing locally.
Recently I upgraded to NX12 and all the things broke (but I didn't realise because and the old version was still being served from my dist folder), then I was trying to patch my version of NX-AWS but a lot has changed, NX improved a bunch of functions, moved to Webpack 5 and uses promises instead of observables.
So I have been setting up a vanilla NX build with run-commands, just going to set up my layers so they run locally. Trying to get the new pipelines
feature for AWS-SAM working, which looks very good and you should check out if you have not already.
I am overall still keen on this project. Would be open to pair programming with you over a few days if you want to build a v2 I think I have the knowledge and context to be really helpful now. So let me know we should schedule some days next month if you're keen?
I hope your lockdown is going ok in VIC.
I've just added support for nx12 over the weekend. I haven't been able to test it thoroughly, other than a very quick test on the example repo, so I've published v0.13.0 under the "next" tag. You can install via:
yarn add -D @nx-aws/sam@next @nx-aws/core@next @nx-aws/s3@next
or
npm i -D @nx-aws/sam@next @nx-aws/core@next @nx-aws/s3@next
Let me know how you go. Any issues, let me know here. Once I've had a chance to test a bit more, I'll publish to latest.
I think I'll have some more time for this in September, would love to get your input into a v1 (project is still on non-semver prerelease versions!)
Lockdown isn't too bad so far, but the numbers are going the wrong way. And yourself in Sydney?
Hey @vespertilian sorry this really got away from me. Do you still need this?