anish-kunduru

Results 7 comments of anish-kunduru

@vizzaamazon FYI, you've exposed your key and secret in these logs.

Hi Aaron, I agree that what you're asking for is a very valid use case. I actually put in a PFR for IoT Lambda Rule Actions to support batching functionality...

@aaronatbissell Do you happen to know the block of code that causes the error or the steps to replicate? This seems like a fairly simple thing to fix, unless it...

@canavandl I was out on vacation, so @joysl picked this up for me. Does it make sense for us to combine Joyson's PR into this feature and merge both at...

@aaronatbissell Out of curiosity: have you tried testing with 768 or even 1028? If the problem is that cold starts are taking so long that subsequent requests can cause additional...

The following CloudFormation does what we want. Unfortunately, it is not straightforward to add to the [snippets](https://github.com/aws/aws-connected-device-framework/tree/main/source/infrastructure/cloudformation/snippets) because those are already defined as `AWS::Serverless::API`. ``` ApiCloudWatchRoleArn: Condition: EnableApiGatewayAccessLogs Type: AWS::ApiGateway::Account...

I think I better understand why this is happening. CDF is capable of creating its own subnets and automatically deploying resources into them, but some customers have a separate team...