Akhil Lawrence

Results 5 comments of Akhil Lawrence

@minrk Let me know your thoughts

waiting for this to implement in my project

I realised that almond uses its own scala installation. I want to use the existing scala installation. how to do this.

Same in Python. ```python3 import json import pulumi import pulumi_aws as aws policy = aws.iam.Policy( "policy", name="my-test-policy", path="/", description="My test policy", policy=json.dumps( { "Version": "2012-10-17", "Statement": [ { "Sid": "ec2",...