ContainerSolutions / terraform-examples

Simple and idiomatic examples of various Terraform functions and features.
https://containersolutions.github.io/terraform-examples/
159 stars 51 forks source link

Make a simple example for lambda functions in aws. #78

Closed choilmto closed 3 years ago

choilmto commented 3 years ago

This example requires a function for the resource to be created. The two options for adding functions are inline and as a .zip file. A .zip file is included in this example, and the appropriate variables have been created to reference this file, the handler therein, as well as other information

ianmiell commented 3 years ago

This LGTM. Am merging to the infra branch, but it must wait until I have access to my CS AWS account again.

ianmiell commented 3 years ago

This has been merged (by hand)