Douglas Harcourt Parsons

Results 63 comments of Douglas Harcourt Parsons

Hey @palmithor, that's a really good question. It's actually something we're actively working on at the moment and I'm hoping to land and release it some time next week. I'll...

Hey @palmithor - This is now released as part of the [v0.9.0 provider changes](https://registry.terraform.io/providers/vercel/vercel/latest/docs/data-sources/prebuilt_project). Enjoy, and let me know if you find any issues 🙌

Hi @taylorsteiger-rad, thanks for raising this. I've omitted the ability to set `node_version` as it's possible to configure through the `engines` property in your `package.json` file, which actually takes precedence....

Hi @viki53, thanks for raising this. I think this should be possible already using [this guide](https://vercel.com/guides/using-cloudflare-with-vercel). As long as your domain has an A record pointing to `76.76.21.21` and a...

Ahh gotcha. I'll look to add a `deployment` data source for your use case. Can't promise any timeline for when it will land though as I think it's fairly low...

Hi, the first deployment of any project is always a production deployment. Could it be that? Or are you seeing the same issue on subsequent deployments too? This could be...

Hi @MaitreyaBuddha, that's a good catch. I don't think the env variable IDs are exposed anywhere in the Vercel UI, you're right. From memory the instructions are referrering to developer...

Hi @Zxilly, can you link to the documentation of what this would mean, in the context of AWS Lambda?

Thanks for linking that. The same logic applies - your `handler` function in the Vercel runtime world is simply an `async fn`, so it can be called in a `#[test]`...

I don't think the `from_str` part is exposed at the moment, so there's no super convenient way to achieve what you're attempting to there. CC @ecklf we might want to...