Tanmay Sardesai

Results 3 comments of Tanmay Sardesai

That totally makes sense. Our use case is that we have an internal login sever which is used to simulate user logins during a load test. Today the only way...

Using `cloudformation.Select("2", []string{cloudformation.GetAZs("eu-west-1")})` works instead of `cloudformation.Select(2, []string{cloudformation.GetAZs("eu-west-1")}),` (note 2 int vs string) This is happening because of `%q` at https://github.com/awslabs/goformation/blob/master/cloudformation/intrinsics.go#L205-L210 for index. Reading https://golang.org/pkg/fmt/ see that for integer it...

@kevinten10 I had a question about your setup if you don't mind. We have come up with a similar setup with 1 difference of transit gateways instead of privatelink as...