flat-insurance-25294
01/03/2020, 12:42 PMflat-insurance-25294
01/03/2020, 12:44 PMbroad-dog-22463
01/03/2020, 12:45 PMflat-insurance-25294
01/03/2020, 1:00 PMflat-insurance-25294
01/03/2020, 1:00 PMflat-insurance-25294
01/03/2020, 1:00 PMbroad-dog-22463
01/03/2020, 1:01 PMbroad-dog-22463
01/03/2020, 1:01 PMlet certificateArn: pulumi.Input<string> = config.certificateArn!;
broad-dog-22463
01/03/2020, 1:02 PMbroad-dog-22463
01/03/2020, 1:02 PMflat-insurance-25294
01/03/2020, 1:07 PMflat-insurance-25294
01/03/2020, 1:07 PMflat-insurance-25294
01/03/2020, 1:07 PMflat-insurance-25294
01/03/2020, 1:07 PMflat-insurance-25294
01/03/2020, 1:09 PMlet stackConfig = new pulumi.Config();
var x = stackConfig.get("sample");
x = "adding_sample";
It doesn’t write the config.flat-insurance-25294
01/03/2020, 1:27 PMflat-insurance-25294
01/03/2020, 1:28 PMConfig
object with various getters and setters for retrieving values.flat-insurance-25294
01/03/2020, 2:53 PMarn
for aws.route53.Zone in case I want grant access to a few users.flat-insurance-25294
01/04/2020, 3:59 PMZone
will contain autogenerated numbers.
And the name for Record
will contain other auto generated numbers that won’t refer to the sub-hosted zone.
The way to make it work is to use name:
key as the argument.big-caravan-87850
01/06/2020, 10:49 PMflat-insurance-25294
01/11/2020, 3:58 PMflat-insurance-25294
01/12/2020, 2:25 AMflat-insurance-25294
01/12/2020, 2:27 AMlate-printer-99022
01/12/2020, 6:37 AMexport const vpcPublicSubnetIds = vpc.publicSubnetIds.join(',');
Calling [toString] on an [Output<T>] is not supported.\n\nTo get the value of an Output<T> as an Output<string> consider either:\n1: o.apply(v => `prefix${v}suffix`)\n2: pulumi.interpolate `prefix${v}suffix`\n\nSee <https://pulumi.io/help/outputs> for more details.\nThis function may throw in a future version of @pulumi/pulumi.,Calling [toString] on an [Output<T>] is not supported.\n\nTo get the value of an Output<T> as an Output<string> consider either:\n1: o.apply(v => `prefix${v}suffix`)\n2: pulumi.interpolate `prefix${v}suffix`\n\nSee <https://pulumi.io/help/outputs> for more details.\nThis function may throw in a future version of @pulumi/pulumi."
flat-insurance-25294
01/13/2020, 7:51 AMUserLoginProfileArgs.pgpKey
the ssh key?flat-insurance-25294
01/13/2020, 9:15 AMproud-lawyer-63233
01/13/2020, 3:14 PMendpoint.url
) as an environment variable within the Lambda. However, the lambda is created at a point where I don't yet have the API gateway url. How might I get around this?
const myLambda = new aws.lambda.Function("my-handler", {
runtime: aws.lambda.Python3d7Runtime,
code: new pulumi.asset.FileArchive("my-package.zip"),
handler: "handler.lambda_handler",
environment: {
variables: {
ENV_VARIABLE_1: 'foo',
},
},
})
const endpoint = new awsx.apigateway.API("my-gateway", {
routes: [{
path: "/{proxy+}",
method: "ANY",
eventHandler: aws.lambda.Function.get("my-lambda", myLambda.id),
}],
})
rhythmic-camera-25993
01/13/2020, 5:43 PMflat-insurance-25294
01/13/2020, 9:59 PMflat-insurance-25294
01/13/2020, 10:00 PM*export* declare type EngineType *=* "aurora" *|* "aurora-mysql" *|* "aurora-postgresql";
Seems like a weird type.flat-insurance-25294
01/13/2020, 10:00 PM*export* declare type EngineType *=* "aurora" *|* "aurora-mysql" *|* "aurora-postgresql";
Seems like a weird type.