Skip to content

v1.6.0

Compare
Choose a tag to compare
@aws-cdk-automation aws-cdk-automation released this 27 Aug 18:10
3a0cde0

Bug Fixes

  • aws-stepfunctions: refactor sagemaker tasks and fix default role issue (#3014) (d8fcb50)
  • cli: update bit.ly link to use GitHub link directly (#3782) (042fb53)
  • ec2: also add egress rules for allowInternally() (#3741) (051aacb), closes #3254
  • ec2: fix error when using Tokens in Vpc.fromLookup() (#3740) (004077f), closes #3600
  • ec2: throw useful error when using lazy CIDR in VPC (#3739) (c92e9a9), closes #3617
  • ecs: IAM role ARN must not specific region. (#3755) (210ed8f), closes #3733
  • events: fix ECS target in Isolated subnet (#3786) (8bbc7e6)
  • iam: make User implement IUser (#3738) (05e13f3), closes #3490
  • lambda: generate correct metrics for aliases (#3728) (ce08853), closes #3724
  • lambda/rds: allow to specify a role for log retention lambda (#3730) (013cab6), closes #3685
  • scaling: don't fail when using Tokens (#3758) (0a2ed3d)

Features