Chris Kalafarski

Results 59 comments of Chris Kalafarski

I believe the use of ISA assignment is done for speed reasons in this fork, and that's unlikely to change.

There are lots of forks out there that have made the change, but as far as this one, I think @johnezang has said it's not going to change. Perhaps that...

I don't know that there needs to be any expectation that other SDKs respect this SDK's cache. The Python SDK caches in a `~/.aws/boto3` directory, so I don't think it...

Currently I'm doing [this (L36 to L119)](https://github.com/PRX/homebrew-dev-tools/blob/main/bin/prxameter-check-sync#L36), which I'm sure could be cleaned up a bit, but it's still not ideal to have to implement it in each script. That...

@rittneje For sure I wouldn't want this to happen when, for example, the Ruby SDK were being used within a Rails app. I think an opt-in configuration option on the...

The destination type is `SNS`, I'm not sure what you mean by event source. I would guess it's the Lambda function that it's defined on? ```yaml EventInvokeConfig: DestinationConfig: OnFailure: Destination:...

We tend to end up with 3 or 4 layers of nested stacks, and passing a value from a lower layer back to the top and then back down to...

If anyone needs a solution to this before it's supported natively, this is the custom resource Lambda that I'm using: ```javascript const response = require('cfn-response'); const AWS = require('aws-sdk'); const...

For anyone trying to implement this on their own like [we did](https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/64#issuecomment-882759865), be warned that the rate limit on CloudWatch tagging is **1 per second**, so it's extremely easy to...

Seems like the most recent release has resolved this