aws-lambda-dotnet icon indicating copy to clipboard operation
aws-lambda-dotnet copied to clipboard

Amazon.Lambda.Annotations with Terraform

Open ashishdhingra opened this issue 1 year ago • 1 comments

Discussed in https://github.com/aws/aws-lambda-dotnet/discussions/1693

Originally posted by matiaspecile March 11, 2024 Hi,

The Amazon.Lambda.Annotations documentation states that only CloudFormation deployments are currently supported:

Lambda Annotations can be added to existing projects. Lambda Annotations does require that deployment of existing projects is done using a CloudFormation template. In the future Lambda Annotations may support other deployment technologies.

Is there any progress towards providing support for other deployment methods (Terraform specifically for my use case)? Is there any way to make this work with Terraform today, even if the approach is of an experimental nature?

ashishdhingra avatar Mar 20 '24 20:03 ashishdhingra

(I'm just a user sharing his experience) I've got lambda annotations working with terraform. I found a blog post that had enough pointers to figure out what I needed. With the dots I connected from that post, it was relatively straightforward to get working.

benallred avatar Mar 28 '24 20:03 benallred