gifted-gigabyte-53859
02/26/2026, 2:47 AMoptions:
version:
on to every single resource, which is tedious.
What's normal or best practice in this scenario?ancient-policeman-24615
02/26/2026, 11:26 AMcurved-jordan-5346
02/27/2026, 3:33 AMpulumi preview --refresh --run-program with the downgraded provider?gifted-gigabyte-53859
02/27/2026, 7:22 AMtrying to use a different version of AWS for your lambda then the rest of your programyes
gifted-gigabyte-53859
02/27/2026, 7:23 AMCan you try runningI've downgraded the provider and everything is working I abandoned the attempt to run the lambdas on a newer version and just sticking with node22 for nowwith the downgraded provider?pulumi preview --refresh --run-program
ancient-policeman-24615
02/27/2026, 11:30 PMname: dev-yaml
runtime: yaml
resources:
v7:
type: pulumi:providers:aws
options:
version: 7.0.0
v6:
type: pulumi:providers:aws
options:
version: 6.83.2
defaultProvider: true
v7bucket:
type: aws:s3:Bucket
options:
provider: ${v7}
v6bucket:
type: aws:s3:Bucketgifted-gigabyte-53859
03/10/2026, 3:20 AM${v7}