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: metric functions now automatically generated (#1617) (36cfca8)
cognito: Implement user pool and user pool client constructs (#1615) (8e03ed6)
core: overrideLogicalId: override IDs of CFN elements (#1670) (823a1e8), closes #1594
secretsmanager: L2 construct for Secret (#1686) (8da9115)
serverless: add AWS::Serverless::Application to CFN spec (#1634) (bfa40b1)
ssm: Add L2 resource for SSM Parameters (#1515) (9858a64)
BREAKING CHANGES
cdk: if you are using TagManager the API for this object has completely changed. You should no longer use TagManager directly, but instead replace this with Tag Aspects. cdk.Tag has been renamed to cdk.CfnTag to enable cdk.Tag to be the Tag Aspect.