melodic-car-16900
03/04/2022, 8:19 PMpulumi up --cwd ./infrastructure/static-assets
...
./deploy-static-assets.sh
quick-airport-30353
03/04/2022, 9:17 PMaws.apigatewayv2
and followed the examples found on the Pulumi website. The Lambdas and API Gateway resources are provisioned along with the stage but the lambdas are not bound to the API Gateway resources I specified. Is there something I'm doing wrong?adorable-gpu-98268
03/05/2022, 11:56 AM@pulumi/docker
package can be used to build docker images and then push them to e.g. an ecr
registry or it could pull images from remote registry however I’m wondering: Can I also just push images that I have build locally outside of pulumi? How would I do that?
I’d like to have a build that looks like this:
- build my docker images using other tooling
- pulumi up
millions-journalist-34868
03/06/2022, 12:40 PMtall-glass-71035
03/07/2022, 9:14 AMcool-glass-63014
03/07/2022, 1:57 PMbright-oil-46290
03/07/2022, 4:13 PMbusy-island-31180
03/07/2022, 7:36 PMloud-xylophone-22189
03/07/2022, 10:35 PMcold-elephant-57834
03/07/2022, 11:01 PMec2.GetSubnetIdsOutput
to lookup the subnet ids then would like to loop through the subnet ids. However I am having trouble to range over pulumi.StringArrayOutput (the Ids() returned by the look up).. anything I am missing?steep-toddler-94095
03/08/2022, 3:53 AMbright-oil-46290
03/08/2022, 12:27 PMrapid-raincoat-36492
03/08/2022, 2:18 PMcool-glass-63014
03/08/2022, 2:48 PMdatadog.aws.Integration
meant to work as it generates the necessary externalId for setting up the assumeRolePolicy but to create this datadog.aws.Integration
you need to already have created the aws.iam.Role
, which needs the externalId from creating the instance of datadog.aws.Integration
?quick-airport-30353
03/08/2022, 3:08 PMbright-oil-46290
03/08/2022, 3:09 PMmammoth-art-6111
03/08/2022, 4:11 PMmammoth-art-6111
03/08/2022, 4:11 PMbusy-journalist-6936
03/08/2022, 4:55 PMkind-room-82948
03/08/2022, 6:05 PMdry-autumn-28966
03/08/2022, 6:53 PMazure-native-provider
with dbforpostgresql Configuration
resources. Those resources just update the configuration of the postgres instance and visibly cannot be deleted.brash-dream-38657
03/08/2022, 8:41 PMmelodic-car-16900
03/08/2022, 8:54 PM--expect-no-changes
flag on pulumi up: is it supposed to actually prevent the changes from occurring? or make the changes, then exit non-zero?melodic-car-16900
03/08/2022, 8:58 PM--expect-no-changes Return an error if any changes occur during this update
is somewhat ambiguousmicroscopic-actor-20127
03/08/2022, 9:41 PMquick-airport-30353
03/08/2022, 10:59 PMbillowy-horse-79629
03/09/2022, 12:01 PMbillowy-horse-79629
03/09/2022, 2:19 PMadorable-gpu-98268
03/09/2022, 2:54 PMpulumi up
step will update the lambda function if a new image has been pushed? If I use “latest” as tag, it will not update, as pulumi does not detect any changes and lambda functions do not automatically pull in new images.
Do you have any examples that you could point me to? I’d like to get an idea of the options & best practices here.billowy-horse-79629
03/09/2022, 3:13 PM