@aws-cdk/aws-codeguruprofiler
Advanced tools
Changelog
1.124.0 (2021-09-21)
findResources()
API previously returned a list of resources, but now returns a map of logical id to resource.findOutputs()
API previously returned a list of outputs, but now returns a map of logical id to output.findMappings()
API previously returned a list of mappings, but now returns a map of logical id to mapping.cacheInContext
properties for machine images (#16021) (430f50a), closes #12484SecretString
-> SecureString
and note how SecureStrings cannot be created via CDK (#16228) (950e875)Changelog
1.123.0 (2021-09-16)
Changelog
1.122.0 (2021-09-08)
hasOutput(props: any)
becomes hasOutput(logicalId: string, props: any)
findOutputs(props: any = {})
becomes findOutputs(logicalId: string, props: any = {})
hasMapping(props: any)
becomes hasMapping(logicalId: string, props: any)
findMappings(props: any = {})
becomes findMappings(logicalId: string, props: any = {})
defaultStage
are not available without casting it to IHttpStage
(#15607) (27a0113)Changelog
1.121.0 (2021-09-01)
--no-rollback
flag (#16293) (d763d90), closes #16289fromDatabaseInstanceAttributes()
incorrectly stringifies ports with tokens (#16286) (41b831a), closes #11813Changelog
1.120.0 (2021-08-26)
Changelog
1.119.0 (2021-08-17)
Changelog
1.117.0 (2021-08-05)
Template.fromTemplate()
is now
renamed to Template.fromJSON()
to provide clarity.TemplateAssertions
is now renamed to
Template
.Changelog
1.116.0 (2021-07-28)