Skip to content

SAM v1.26.0 Release - MSK as an Event Source

Choose a tag to compare

@mndeveci mndeveci released this 11 Aug 21:32
· 42 commits to master since this release
c96cda1

SAM v1.26 Release

Community Contributors to this Release

@scbrown

Add support for Managed Streaming Kafka (MSK) as an event source for AWS::Serverless::Function

Add support for MSK (Managed Streaming Kafka) as event source for AWS SAM Serverless Functions.

Add support for VPCEndpointIds in EndpointConfiguration

AWS SAM now supports VPCEndpointIds in EndpointConfiguration as a pass-through parameter to Cloud Formation configuration.

Change Log:

  1. #1524 feat: Add support for VPCEndpointIds in EndpointConfiguration
  2. #1670 fix: Adding authorization scopes as list validation in ApiGatewayAuthorizer (v1 and v2)
  3. feat: MSK event type support for AWS::Serverless::Function