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
@@ -894,13 +887,6 @@ written to a file called `cdk.context.json`.
894
887
You must commit this file to source control so that the lookup values are available in non-privileged
895
888
environments such as CI build steps, and to ensure your template builds are repeatable.
896
889
897
-
To customize the cache key, use the `additionalCacheKey` property of the `options` parameter.
898
-
This allows you to have multiple lookups with the same parameters
899
-
cache their values separately. This can be useful if you want to
900
-
scope the context variable to a construct (ie, using `additionalCacheKey: this.node.path`),
901
-
so that if the value in the cache needs to be updated, it does not need to be updated
902
-
for all constructs at the same time.
903
-
904
890
### Cross Stack Connections
905
891
906
892
If you are attempting to add a connection from a peer in one stack to a peer in a different stack, sometimes it is necessary to ensure that you are making the connection in
0 commit comments