automartin5000
automartin5000
> Thanks, now I'm with you. That behavior seems odd to me. Are you using a `.projenrc.py` file or a TS file? It's a `.projenrc.py`. But I think it may...
> Yes, the python package and the Node.js package are independent of each other. Your `.projenrc.py` file will be using the python package. > > I'm not actively using projen...
`pipx run projen new` seems to have the same effect as `npx projen new` for better or worse. I still end up with a `package.json` that has both projen and...
> I cannot reproduce this with either `pipx` or `npx projen`: > > ``` > $ pipx run projen new python --poetry > $ cat package.json > cat: package.json: No...
This is awesome. I've been thinking for a while that it would be great to provide the same developer experience to other tools that's provided for/with Poetry. The Astral tools...
> There's a separate mechanism that fails PR builds if they have any mutations, including snapshot changes (or mutates the PR if you are using mutable PRs). And PRs require...
> Hey @MunchyYDL and @unstubbable, [this blog post](https://aws.amazon.com/about-aws/whats-new/2023/11/aws-lambda-support-node-js-20/#:~:text=20%20language%20features.-,The%20Node.,for%20China%20and%20GovCloud%20Regions.) is where I see a reference to Node 20 not being available in all regions. > > Thank you for bringing this...
It’s not just for other resources, although that’s important too. Serverless itself could have a CDK construct. Take a look at the Chalice CDK integration. It’s pretty cool. There’s a...
> @automartin5000 thanks for the link, I had no idea Chalice had a CDK construct 🤔 So does a “Serverless” CDK construct seem like something the Serverless team would take...