You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cdk: add the CodeDeployLambdaAlias Update Policy. (#1346) (d648b58), closes #1177
core: convert "/" in construct id to "--" and disallow tokens (#1375) (011aac0), closes #1351#1374
iam: CompositePrincipal and allow multiple principal types (#1377) (b942ae5), closes #1201
BREAKING CHANGES
aws-cloudformation: this changes the type of the role property in CFN CodePipeline Actions
from Role to IRole. This is needed to use imported Roles when creating Actions.
aws-codebuild: this changes the API of CodeBuild's GitHub and BitBucket Sources
to take an owner/repo pair instead of an entire cloneUrl,
to make it consistent with the GitHubSourceAction in the CodePipeline package. Also adds handling the reportBuildStatus and insecureSsl Source properties.
codebuild: the includeBuildID property of S3BucketBuildArtifacts was renamed to includeBuildId (note the
lower-case trailing d).