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
I don't want to type `CODES` all the time and the new name is more
inline with the new purpose of a message builder registry anyway.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license
@@ -142,7 +142,7 @@ export async function checkContextOverflowSupport(assembly: cxapi.CloudAssembly,
142
142
// We're dealing with an old version of the framework here. It is unaware of the temporary
143
143
// file, which means that it will ignore the context overflow.
144
144
if(frameworkDoesNotSupportContextOverflow){
145
-
awaitioHost.notify(CODES.CDK_ASSEMBLY_W0010.msg('Part of the context could not be sent to the application. Please update the AWS CDK library to the latest version.'));
145
+
awaitioHost.notify(IO.CDK_ASSEMBLY_W0010.msg('Part of the context could not be sent to the application. Please update the AWS CDK library to the latest version.'));
0 commit comments