Gus Vine
Gus Vine
@andresriancho i'm talking a few hundred volumes with a lambda timeout of 5 minutes. increasing the timeout to 15 minutes, max allowed by lambda has resolved the issue for now....
@zagaria thanks for raising this. It is a known issue at the moment and is currently in our backlog to resolve. simplest approach would be to handle the exception inside...
@zagaria What i think would be the best approach would be to have a try catch around the [create_snapshot](https://github.com/base2Services/shelvery-aws-backups/blob/develop/shelvery/ebs_backup.py#L56) call and looking for the SnapshotCreationPerVolumeRateExceeded exception. then from there you...
@zagaria correct, you could catch the exception from the ebs_backup class but the issue will be sending the payload off to sqs with correct payload. in which case it maybe...
@aaronwalker I don't think the PR quite solves the issue and needs some work as there are 3 different ways to name a lambda which creates situations where using a...
@aaronwalker would it be worth exposing the artifact key value to a component ```yaml Api: Type: AWS::ApiGateway::RestApi Properties: BodyS3Location: Bucket: distribution_bucket Key: artifact_key['name'] ```
@rererecursive good idea, just thinking it might be better to have diff as a seperate command outside on cfcompile. But i agree it should be diffing the generated cloudformation output,...
@toshke i get where you're coming from but i agree with @aaronwalker that if we're versioning components there should be some provided functionality to check for changes. Maybe it's feature...
@toshke cool, i'll move this request to kurgan https://github.com/theonestack/kurgan/issues/2
@toshke what about passing around the subnets using `List` ? I'm going to do some testing with this in other components to see if we can drop the dependency of...