creamy-potato-29402
10/02/2018, 5:01 PMbusy-umbrella-36067
10/02/2018, 5:56 PMadamant-restaurant-73893
10/02/2018, 7:55 PMcloud.HttpServer
https://blog.pulumi.com/running-a-serverles-nodejs-http-server-on-aws-and-azuretall-librarian-49374
10/02/2018, 8:18 PMwooden-toddler-96888
10/02/2018, 8:18 PMtall-librarian-49374
10/02/2018, 8:21 PMrequire
any modules inside the callback. How do I make instances reusable between requests then, e.g. a request with a static agent?white-balloon-205
AFAIK one has toThis is no longer true actually (as of a couple releases ago).any modules inside the callback.require
How do I make instances reusable between requests then, e.g. a request with a static agent?What do you have in mind here exactly? Code that only runs once per warm-up, not once per request?
white-balloon-205
cloud.HttpServer
at https://github.com/pulumi/examples/tree/master/cloud-js-httpserver.full-dress-10026
10/02/2018, 9:15 PMbusy-umbrella-36067
10/02/2018, 10:14 PMfull-dress-10026
10/02/2018, 10:29 PMpulumi stack ls --json
.glamorous-printer-66548
10/02/2018, 11:00 PMcreamy-potato-29402
10/02/2018, 11:00 PMfull-dress-10026
10/02/2018, 11:23 PMpulumi stack ls
return a stack name with a *
appended to the stack name? i.e.
NAME LAST UPDATE RESOURCE COUNT URL
ComputeSoftware/datomic-prod* n/a n/a <https://api.pulumi.com/ComputeSoftware/datomic-prod>
bitter-oil-46081
10/02/2018, 11:25 PMfull-dress-10026
10/02/2018, 11:26 PMComputeSoftware/datomic-prod (selected)
.full-dress-10026
10/02/2018, 11:28 PMfull-dress-10026
10/02/2018, 11:36 PM$ pulumi stack output --stack ComputeSoftware/datomic-prod
error: current stack has no output properties
full-dress-10026
10/03/2018, 12:22 AM$ pulumi stack output --stack ComputeSoftware/datomic-prod
error: inappropriate ioctl for device
glamorous-printer-66548
10/03/2018, 12:32 AMglamorous-printer-66548
10/03/2018, 1:18 AMbusy-umbrella-36067
10/03/2018, 4:40 AMterraform state mv
? (Iām using pulumi cloud for state management)
I moved my app resources inside a Pulumi Component, it looks nice with the nesting in the previews but Iād rather not have to delete the underlying resources it wants to recreateadamant-restaurant-73893
10/03/2018, 4:11 PMkubespy
? Keen to know how Deployment
works in Kubernetes? More importantly, would you like some awesome GIFs? Part 3 of @creamy-potato-29402ās series on observing Kubernetes resources is here: https://blog.pulumi.com/how-do-kubernetes-deployments-work-an-adversarial-perspectiveadamant-restaurant-73893
10/03/2018, 5:16 PMadamant-restaurant-73893
10/03/2018, 5:58 PMadamant-restaurant-73893
10/03/2018, 6:12 PMcreamy-potato-29402
10/03/2018, 7:35 PMbusy-umbrella-36067
10/03/2018, 7:35 PMstandard:Build
class Build extends pulumi.ComponentResource {
constructor(name, opts) {
super("standard:Build", name, {}, opts)
let repository = new getEcrRepository(name, this)
let ecrRepoPolicy = repository.repositoryPolicy
let ecrLifecyclePolicy = repository.lifecyclePolicy
}
}
getEcrRepository = function(name, parent) {
repository = new aws.ecr.Repository(name, { parent: parent })
...
dazzling-scientist-80826
10/03/2018, 8:33 PMdig TXT
the serverdazzling-scientist-80826
10/03/2018, 8:33 PM