serverless-aws-alias icon indicating copy to clipboard operation
serverless-aws-alias copied to clipboard

Alias not applied to event bridge events

Open Psycholive opened this issue 5 years ago • 0 comments
trafficstars

When using eventbridge event for a lambda, the created rule refers to the lambda, not to the lambda alias.

functions:
  - xxx:
      handler: file.handler
       events:
        - eventBridge:
            eventBus: arn:aws:***

Target of created rule is xxx, not xxx:alias

Psycholive avatar Jun 11 '20 16:06 Psycholive