prehistoric-coat-10166
03/22/2021, 11:50 AMservice.env
network.env
from https://github.com/pulumi/pulumi/issues/2522#issuecomment-593088942better-shampoo-48884
03/22/2021, 11:57 AMbetter-shampoo-48884
03/22/2021, 11:58 AMworried-knife-31967
03/22/2021, 12:02 PMbored-oyster-3147
03/22/2021, 12:57 PMworried-knife-31967
03/22/2021, 1:20 PMworried-knife-31967
03/22/2021, 2:19 PMbetter-shampoo-48884
03/22/2021, 2:36 PMadorable-alligator-23779
03/22/2021, 3:46 PMpulumi plugin ls
NAME KIND VERSION SIZE INSTALLED LAST USED
aws resource 3.26.1 260 MB 5 days ago 5 days ago
kubernetes resource 2.8.3 67 MB 10 minutes ago 10 minutes ago
adorable-alligator-23779
03/22/2021, 3:49 PMbrave-angle-33257
03/22/2021, 5:34 PMbetter-shampoo-48884
03/22/2021, 6:03 PMfresh-summer-65887
03/22/2021, 6:22 PMbetter-shampoo-48884
03/22/2021, 6:31 PMbetter-shampoo-48884
03/22/2021, 6:31 PMbetter-shampoo-48884
03/22/2021, 6:33 PMmysterious-piano-17006
03/22/2021, 7:33 PMaws.lambda.CallbackFunction
However, my function requires a library that requires aws-sdk; When running my Lambda, it complains that jmespath is not installed (a dependency of aws-sdk); when I add it to my package.json, it then complains that xml2js is missing, so I guess it is a bad idea to add all awk-sdk's dependencies to my Pulumi project's package.json.
So I am looking for a way for Pulumi to exclude my dependency's awk-code from the package. I understand I can pass a codePathOptions
object with a extraExcludePackages
attribute to CallbackFunction
but I did not find docs about it and according to the code it takes an array of package names and aws-sdk is always added to it.
So here is my question (thanks for reading all the context ;)) : What is the syntax I should use to exclude my dependency's awk-sdk?
Thanks! šadamant-translator-31969
03/22/2021, 7:37 PMdebug(msg: string, resource?: resourceTypes.Resource, streamId?: undefined | number, ephemeral?: undefined | false | true): Promise<void>
adorable-alligator-23779
03/22/2021, 10:21 PMrefined-potato-69402
03/23/2021, 9:59 AMtimed out waiting to be Ready
wide-crayon-4093
03/23/2021, 10:03 AMPulumi.stack_name.config_bucket.yaml
dazzling-sundown-39670
03/23/2021, 10:44 AMadamant-cricket-25794
03/23/2021, 12:51 PMpulumi-tf-provider-boilerplate
in order to wrap that terraform provider ? is it a simple procedure for someone like me who has literally 0 experience with go ?limited-rainbow-51650
03/23/2021, 1:47 PMcrd2pulumi
is a killer, except for this little nuisance: https://github.com/pulumi/crd2pulumi/issues/19limited-rainbow-51650
03/23/2021, 3:05 PMlimited-rainbow-51650
03/23/2021, 5:20 PMBackendConfig
CRD generated via crd2pulumi
. But after creating an instance of it, I canāt refer to crdInstance.metadata.name
. It errors with:
Property 'name' does not exist on type 'OutputInstance<ObjectMeta | undefined>'.
In the generated code, this ObjectMeta
is defined as:
export type ObjectMeta = k8s.types.input.meta.v1.ObjectMeta;
Am I missing something here?gorgeous-monitor-13375
03/23/2021, 5:41 PMportMappings
Ā attribute of my ECS service, but I can't see a way to override any of those defaults without fully creating a target group myself.Ā If I have to do that I will lose all the benefit of crosswalk in the first place.
TL;DR: what's the correct way to change the heath check path of the auto-generated target group when passing an application load balancer listener into an ECS service?
Thanks in advance!Ā šelegant-carpet-8859
03/23/2021, 6:08 PMelegant-carpet-8859
03/23/2021, 6:09 PMrough-window-15889
03/23/2021, 6:24 PMrough-window-15889
03/23/2021, 6:24 PMbored-oyster-3147
03/23/2021, 6:25 PMRegisterResourceOutputs
?rough-window-15889
03/23/2021, 6:27 PMbored-oyster-3147
03/23/2021, 6:28 PMgentle-diamond-70147
03/23/2021, 6:33 PMrough-window-15889
03/23/2021, 6:41 PM