bumpy-photographer-59590
10/29/2020, 2:07 AMbumpy-photographer-59590
10/29/2020, 2:09 AMfierce-engine-31599
10/29/2020, 1:28 PMhigh-morning-17948
10/29/2020, 2:23 PM/**
* Attach Lambda Policies
*/
const lambdaVpcAccess = new aws.iam.RolePolicyAttachment(
`${stack.prefix}-lambda-vpc-access`,
{
role: role.name,
policyArn: aws.iam.ManagedPolicy.AWSLambdaVPCAccessExecutionRole,
}
);
busy-umbrella-36067
10/29/2020, 6:28 PMpulumi login
or pulumi stack init
)
I’m trying to imagine replacing helm with it.high-morning-17948
10/29/2020, 7:20 PMawsx.apigateway.API
so when I pass the LogGroup ARN to the stageArgs
it doesn't generates the following error:
error: 1 error occurred:
* updating urn:pulumi:dev::booksloth-api::aws:apigateway:x:API$aws:apigateway/stage:Stage::booksloth-api-dev: 1 error occurred:
* Updating API Gateway Stage failed: BadRequestException: CloudWatch Logs role ARN must be set in account settings to enable logging
This is what I tried so far:kind-address-14510
10/29/2020, 8:05 PMbrief-printer-34348
10/29/2020, 8:28 PMwet-hair-90323
10/30/2020, 1:05 AMaws.sqs.getQueue
, but it accepts a string
queue name, rather than an Output<string>
, and therefore runs before the queue is actually created even if i use a static name for the queue.early-kite-86569
10/30/2020, 1:55 AMAlthough the template uses a very simple package structure, by placingBut I think that is it. My question: Is there a way to make thein the root directory, Pulumi fully supports properly modularized Python programs and__main__.py
files. This is important if you ever decide to turn your Pulumi program into a library.setup.py
__main__.py
of a pulumi stack a pip
installable thing? Basically, if I want to build out an application that has heavily tied together processing pipelines and infrastructure, can I tell the Pulumi.yaml
file "hey please go look for this script that was pip installed" so that I can match up the processing pipeline versions and the infrastructure versions? Or is this a bad idea?strong-army-91908
10/30/2020, 2:49 AMsteep-toddler-98503
10/30/2020, 3:53 AMfuture-ocean-92178
10/30/2020, 8:29 AMI try to let create new NIC after vswitch has created. so I use pulumi.DependsOn . but this code does not work. it will complain "./main.go:208:4: cannot use vswitchId (type vpc.Switch) as type pulumi.Resource in slice literal:
vpc.Switch does not implement pulumi.Resource (pulumi.addTransformation method has pointer receiver)"future-ocean-92178
10/30/2020, 8:29 AMfuture-ocean-92178
10/30/2020, 8:30 AMdamp-elephant-82829
10/30/2020, 9:21 AMdamp-elephant-82829
10/30/2020, 9:22 AMdamp-elephant-82829
10/30/2020, 9:22 AMdamp-elephant-82829
10/30/2020, 9:23 AMdamp-elephant-82829
10/30/2020, 9:24 AMunopac:modules:Project branch-project create
jolly-lunch-12979
10/30/2020, 11:54 AMbetter-actor-92669
10/30/2020, 12:24 PMvpn:router_to_hq_1_bgp_asn: "65509"
I want to change it's value to be an integer. However, when I set it pulumi config set vpn:router_to_hq_1_bgp_asn 65509
it still get written to the Pulumi's yaml config file as a string.
Even when I change it manually via an editor (remove quotes), after issuing pulumi up
it reverts it to a string.
Is there a way I can specifically set a config's value type to integer?
I know that I can cast its type via code, but I just want to understand if it is possible.famous-area-1376
10/30/2020, 2:47 PMearly-kite-86569
10/30/2020, 4:12 PMtall-stone-8237
10/30/2020, 5:54 PMpulumi-python:dynamic:Resource (Pulumi Test Import):
error: Preview failed: Exception calling application: '__provider'
Getting the logs of the entire process doesn’t tell why there is an error but the dynamic provider works just fine when I am creating, updating and deleting resources.
Helpicy-jordan-58549
10/30/2020, 6:32 PMDiagnostics:
pulumi:pulumi:Stack (redis-dev):
(node:50199) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 unhandledRejection listeners added to [process]. Use emitter.setMaxListeners() to increase limit
(node:50199) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(node:50199) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 exit listeners added to [process]. Use emitter.setMaxListeners() to increase limit
powerful-morning-93143
10/30/2020, 10:40 PMaverage-kilobyte-47828
10/31/2020, 11:19 AMerror: invalid configuration key: could not parse devalert-infra:aws:region as a configuration key (configuration keys should be of the form `<namespace>:<name>`)
kind-school-28825
11/01/2020, 6:32 AMpolite-motherboard-78438
11/01/2020, 11:18 AM