Bogdan Luput

Results 24 comments of Bogdan Luput

Any news on this? Just wondering what my options are.

The ports version is a bit out of date and if I get an error while building from source, like the one above, I'm not sure how to solve it....

Same thing with 'sub' claim. I believe the code is right and it's the documentation that is incorrect in both cases.

Very useful for working around missing CloudFormation features. Example use case: As far as I can tell, at the moment it's not possible to tell CloudFormation to set a Cognito...

Custom resources can't replace hooks completely. Leaving aside the ease of use, the main difference is where the code is executed. Simple example. Use the CDK as part of CD/CI...

From Gitter, another use case for local hooks, as opposed to custom resources: "For instance, Account A stack has an iam role that Account B's bucket would like to give...

Our use case is basically the same as @jessebye 's, pretty standard. We have an EKS cluster, set up with `eksctl`. It's not under heavy use yet, we're getting there....

I was wondering about the status of this issue. The Python docs are hard to follow, at least for someone new to Pulumi. The styling on Typescript pages looks much...

Personal contribution: http://www.neant.ro/2017/02/aws-encryption-types/ Could be shaped into a better form, then added to the guide.

Right. Here's a bucket policy that requires KMS encryption using a specific key, courtesy of AWS support: ``` { "Version": "2012-10-17", "Id": "RequireKmsKey", "Statement": [ { "Sid": "RequireSpecificKmsKey", "Effect": "Deny",...