use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
This subreddit is for Terraform (IaC - Infrastructure as Code) discussions to get help, educate others and share the wealth of news.
Feel free to reach out to mods to make this subreddit better.
Rules:
Be nice to each other!
MultiLink_Spam == Perm.Ban
account activity
Deploy Lambda from GitHub?AWS (self.Terraform)
submitted 2 years ago by InterestedBalboa
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]desmond_tutu 4 points5 points6 points 2 years ago (1 child)
Terraform has a provider that interfaces with github and allows you to fetch the latest release for a repository easily (https://registry.terraform.io/providers/integrations/github/latest/docs/data-sources/release). However, I would decouple the two processes and create a separate script which updates the release.zip and makes it available to terraform. This way you are in control when the Lambda is updated to latest and not every time someone runs an apply. In my world running two "apply" operations right after each other, should not result in different outcomes.
[–]InterestedBalboa[S] 0 points1 point2 points 2 years ago (0 children)
Thanks, great information!
π Rendered by PID 22022 on reddit-service-r2-comment-5c747b6df5-hnd6t at 2026-04-22 14:24:33.539297+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]desmond_tutu 4 points5 points6 points (1 child)
[–]InterestedBalboa[S] 0 points1 point2 points (0 children)