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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
appmesh: HealthChecks require use of static factory methods
apigatewayv2: The metricXXX methods are no longer available in the IApi interface. The existing ones are moved into IHttpApi and new
ones will be added to IWebsocketApi.
apigatewayv2: The metricXXX methods are no longer available in
the IStage interface. The existing ones are moved into IHttpStage
and new ones will be added to the IWebsocketStage.
lambda-nodejs: the default runtime version for NodejsFunction is now always NODEJS_14_X (previously the version was derived from the local NodeJS runtime and could be either 12.x or 14.x).
Features
appmesh: change HealthChecks to use protocol-specific union-like classes (#14432) (063ddc7)