Good to hear that CDK is getting prime time coverage here. I really enjoy
building infrastructure with it. Check it out at
https://github.com/awslabs/aws-cdk
2 replies
CodeDeploy has a cool feature which enables you to release changes to lambdas
with canary releases which get rolled back automatically if a custom definable
error condition happens.
Makes testing i production safe and efficient!
