How do you handle Lambdas when using terraform?
How to import an external lambda layer into terraform?
Terraform to create lambda layer by specify arn
amazon web services - How to use an AWS provided lambda layer in Terraform? - Stack Overflow
Videos
mysterious straight bow telephone birds ask meeting scary boat terrific
This post was mass deleted and anonymized with Redact
Sorry if this is an obtuse or otherwise dumb question, I'm trying to get as much experience as I can with AWS and Terraform and would like to showcase that professionally. I'm new to all of this and am unsure what's the best way to go about showcasing my IaC work with AWS on a Github repo.
I have two artifacts or zip files that my project on AWS uses. One is a lambda layer with my third-party dependencies and the other is my lambda function itself. Should I avoid uploading these onto Github along with other misc. Terraform files and typical .gitignore files? I would technically already have my main app file uploaded onto the project repo, so I feel having the .zip file of it would be redundant. I'm totally unaware on what to do with my lambda layer zip file. Any advice for a newbie would be great.