-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
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.