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: renames gateway listener static methods to use shorter names
appmesh: renames gateway route static methods to use shorter names
appmesh: changes Route's spec to a union-like class. RouteSpec is now defined using protocol variant static methods
efs:keyId property uses the ARN instead of the keyId to support cross-account encryption key usage. The filesystem will be replaced.
lambda-nodejs: local bundling now requires esbuild to be installed.
lambda-nodejs: projectRoot has been replaced by depsLockFilePath. It should point to your dependency lock file (package-lock.json or yarn.lock)
lambda-nodejs: parcelEnvironment has been renamed to bundlingEnvironment
lambda-nodejs: sourceMaps has been renamed to sourceMap
appmesh:IVirtualNode no longer has the addBackends() method. A backend can be added to VirtualNode using the addBackend() method which accepts a single IVirtualService
appmesh: IVirtualNode no longer has the addListeners() method. A listener can be added to VirtualNode using the addListener() method which accepts a single VirtualNodeListener
appmesh: VirtualNode no longer has a default listener. It is valid to have a VirtualNode without any listeners
appmesh: the construction property listener of VirtualNode has been renamed to listeners, and its type changed to an array of listeners
appmesh: the struct VirtualNodeListener has been removed. To create Virtual Node listeners, use the static factory methods of the VirtualNodeListener class
Features
applicationautoscaling: Add KAFKA to ServiceNamespace (#11394) (b5c3f84)
appmesh: add listener timeout to Virtual Nodes (#10793) (62baa7b)
appmesh: change Route's spec to a union-like class (#11343) (f0de91f)
appmesh: updates gateway resources to use shorter static method names (#11560) (df4d1d3)