chilly-crayon-57653
07/31/2018, 5:29 PMadventurous-jordan-10043
07/31/2018, 6:33 PMadventurous-jordan-10043
07/31/2018, 6:34 PMadventurous-jordan-10043
07/31/2018, 6:35 PMadventurous-jordan-10043
07/31/2018, 6:36 PMadventurous-jordan-10043
07/31/2018, 6:55 PMadventurous-jordan-10043
07/31/2018, 6:55 PMadventurous-jordan-10043
07/31/2018, 7:15 PMpulumi update -y
on a stack with no changes takes approx. 1 minute 30 sec. Is this something that can/will be resolved? Honestly CloudFormation is really slow and I was hoping that pulumi could destroy it but I don't really see a difference between sls deploy
and pulumi update
atm.adventurous-jordan-10043
07/31/2018, 7:20 PMpulumi.all()
. Needed it for my step function state machine definition. I think that the Step Function examples over at pulumi/examples should use pulumi.all()
because when you're thinking about using Step Function you will often have a machine with more than one lambda. I can PR rewrite the example myself if you want.stocky-spoon-28903
07/31/2018, 11:25 PMstocky-spoon-28903
07/31/2018, 11:32 PMaws.serverless.Function
ends up with? Right now it’s granting access to all kinds of unnecessary things by attaching the LambdaFullAccess
policy.adamant-restaurant-73893
08/01/2018, 12:27 AMhttps://www.youtube.com/watch?v=tlHf64m-icQâ–ľ
stocky-spoon-28903
08/01/2018, 2:13 PMGopkg.lock
seems to be missing a couple of things for both pulumi/pulumi
and pulumi/pulumi-aws
, so running make ensure
with dep
0.5 is giving a diff on master.colossal-beach-47527
08/01/2018, 8:02 PMpulumi preview
ran in your CI/CD system on GitHub. Or optionally requiring another project member to review and approve infrastructure changes to a stack.
If you are interested in providing feedback on the design and/or would like early access to prototypes, please send me a direct message with your contact info. I’ll schedule a call to get more information about what sorts of features would be most useful to you, and next steps for trying out the bits.white-balloon-205
08/01/2018, 10:00 PMhttps://www.youtube.com/watch?v=tlHf64m-icQâ–ľ
stocky-spoon-28903
08/01/2018, 11:01 PMpulumi.asset.RemoteArchive
stocky-spoon-28903
08/01/2018, 11:35 PM@pulumi/aws
- a makeARN
to act as the opposite of getARN
gentle-ocean-98205
08/02/2018, 3:53 PMgentle-ocean-98205
08/02/2018, 3:54 PMstocky-spoon-28903
08/02/2018, 5:19 PMdependsOn
in `ResourceOpts`:
error: TypeError: dependsOn.map is not a function
at /Users/James/Code/pulumi/pulumi-lambda-cert/node_modules/@pulumi/pulumi/runtime/resource.js:160:92
at Generator.next (<anonymous
microscopic-florist-22719
08/02/2018, 5:20 PMstocky-spoon-28903
08/02/2018, 5:20 PMwhite-balloon-205
08/02/2018, 5:35 PMimport * as openfaas from "@pulumi/openfaas";
const func = new openfaas.Function("hello-node", {
service: "hello-node",
build: "hello-node:latest",
});
In the near future, we will be extending this to support the same kind of super-simple functions that are frequently used in AWS and now Azure and GCP, like the following:
import * as openfaas from "@pulumi/openfaas";
const f = new openfaas.serverless.Function("f", {}, (context: any, callback: any) => {
callback(undefined, {status: "done"});
});
export let url = f.url;
This will be a great way to make it easier to deploy cloud functions onto many additional platforms!tall-librarian-49374
08/02/2018, 6:00 PMwhite-balloon-205
08/02/2018, 6:54 PMthousands-microphone-24535
08/03/2018, 9:09 PMError serializing
with a stack trace that at the end says “it was a native code function.“. I’ve been having other issues with TS and some JS libs so at the end I wend for the standard http module but I’m still seeing this. Here is a gist in case somebody wants to take a look at the code https://gist.github.com/alexito4/84e34ce6c66aa320d361781f1ffd946ethousands-microphone-24535
08/03/2018, 9:10 PMstocky-spoon-28903
08/03/2018, 10:52 PMArn
vs ARN
? https://github.com/pulumi/pulumi-aws/blob/master/overlays/nodejs/arn.ts#L18bland-lamp-97030
08/04/2018, 8:02 AMbland-lamp-97030
08/04/2018, 8:02 AMbland-lamp-97030
08/04/2018, 8:02 AM