This message was deleted.
# getting-started
s
This message was deleted.
s
If you want to keep track of your upload in the Pulumi's stack/state, then maybe a LocalCommand could come in useful? https://github.com/pulumi/pulumi-command
🙌 1
m
interesting!! thank you
c
Looking at the actual implementation of the
awsx
ecr bit may help clarify too:: https://github.com/pulumi/pulumi-awsx/blob/master/awsx/ecr/image.ts
m
is this due to pulumi's design inclination toward tracking dirty vs clean resources ?
implementation aside also trying to pick up on the overall design methodology
tyvm for all the input