limited-rainbow-51650
06/01/2020, 8:53 AMclean-eve-6048
06/01/2020, 8:57 AMloud-helmet-19753
06/01/2020, 8:58 AMdazzling-vr-33407
06/01/2020, 10:14 AMyarn build
which then builds the site and capable of doing new builds EVERY time something on the CMS changes, (similar to Netlify) and then deploy it to some CDN/Cloudfront(S3 etc). No preference here though.
(1) The confusion I have is basically our new SaaS IS the pulumi project right? dazzling-vr-33407
06/01/2020, 10:15 AMdazzling-vr-33407
06/01/2020, 10:16 AMfew-apartment-82932
06/01/2020, 11:48 AMfew-apartment-82932
06/01/2020, 11:49 AMbland-cat-29878
06/01/2020, 1:14 PMincalculable-dream-27508
06/01/2020, 1:34 PMincalculable-dream-27508
06/01/2020, 1:35 PMbland-cat-29878
06/01/2020, 1:35 PMbland-cat-29878
06/01/2020, 1:36 PMbland-cat-29878
06/01/2020, 1:36 PMbland-cat-29878
06/01/2020, 1:36 PMbland-cat-29878
06/01/2020, 1:38 PMbland-cat-29878
06/01/2020, 1:38 PMbland-cat-29878
06/01/2020, 1:38 PMcuddly-lizard-88530
06/01/2020, 2:33 PMcuddly-lizard-88530
06/01/2020, 2:34 PMaws.lambda.Function
(not Callback), it doesn't have policies
prop.cuddly-lizard-88530
06/01/2020, 2:34 PMcuddly-lizard-88530
06/01/2020, 2:34 PMcuddly-lizard-88530
06/01/2020, 2:36 PMincalculable-engineer-92975
06/01/2020, 3:09 PMincalculable-dream-27508
06/01/2020, 4:08 PMchilly-hairdresser-56259
06/01/2020, 4:34 PMfew-apartment-82932
06/01/2020, 5:34 PMfew-apartment-82932
06/01/2020, 5:34 PMechoing-breakfast-73834
06/01/2020, 9:23 PMComponentResource
have to be named uniquely for the entire stack (as in different for all instances of a given ComponentResource
) or just unique within each ComponentResource
instance? In other words, if I have a structure like this:
| ParentResource
|- ChildResource
Can I instantiate two instances named like this where both ChildResources have a locally but not globally unique name:
| A-ParentResource
|- B-ChildResource
| B-ParentResource
|- B-ChildResource
Or do I have to do something like this where each ChildResource has a locally and globally unique name:
| A-ParentResource
|- B-ChildResource
| B-ParentResource
|- C-ChildResource
dazzling-vr-33407
06/02/2020, 11:20 AMdazzling-vr-33407
06/02/2020, 11:20 AM