Skip to content

S3 Notification to an Aliased Lambda? #128

@RAbraham

Description

@RAbraham

Hi,
My intent is to create an aliased Lambda function and have a S3 bucket configured to invoke the aliased lambda when an object is created in that bucket.

Using AWS::Serverless::Function and the Events subkey, I can configure a non-aliased lambda function to be invoked.

However, I don't know how to make S3 invoke an aliased lambda function using the SAM template. I couldn't find documentation so I am guessing this is a feature request?

I was able to create an alias for my lambda function using AWS::Lambda::Alias but am unable to configure S3 with the ARN of the aliased lambda.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions