terraform-aws-lambda
Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations ๐บ๐ฆ (by terraform-aws-modules)
terraform-aws-security-group
Terraform module to create AWS Security Group resources ๐บ๐ฆ (by terraform-aws-modules)
terraform-aws-lambda | terraform-aws-security-group | |
---|---|---|
13 | 6 | |
962 | 573 | |
1.0% | 0.5% | |
8.2 | 4.8 | |
about 2 months ago | 3 months ago | |
HCL | HCL | |
Apache License 2.0 | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
terraform-aws-lambda
Posts with mentions or reviews of terraform-aws-lambda.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-09.
- Is Terraform Cloud's VCS to GitHub more beneficial than their API-Driven Workflow? An AWS Terraform Lambda Module's Code has me stumped!
-
Serverless Semantic Search, Free tier only
There are just too many required parameters to create a single handler. And then you need to do that N times for each handler. Take a look at a complete Terraform example for a lambda: https://github.com/terraform-aws-modules/terraform-aws-lambd...
For a personal project it's just a bit much in my experience, especially since most personal projects can easily be served by a t3.micro.
-
How on earth do you deploy AWS Lambdas?
https://github.com/terraform-aws-modules/terraform-aws-lambda/ - this modules has it all. There are various examples and submodules in that repository to help you achieve all your serverless tasks the same way.
-
Cloud, Why So Difficult?
Itโs also weird not to know about terraform modules. There are a lot of things you _can_ configure because there are a lot of things people need to configure but if youโre using something like https://github.com/terraform-aws-modules/terraform-aws-lambd... itโs only a couple of lines of config for a Lambda.
-
TypeScript Lambda with cdktf
I use the Community Terraform Lambda Module to define the lambda. It allows me to define a lambda in just a few lines that are configured with a role and can also be easily extended with policies. The cool thing is that cdktf supports a type import. To do this, simply add the following module to the cdktf.json file:
-
Lambda functions in terraform
As somebody already mentioned in the comments, you can use the terraform-aws-lambda module as well as many other modules for typical serverless services like API Gateway v2, AppSync, EventBridge, StepFunctions, AppConfig, DynamoDB, and many more.
-
mutitple lambda functions in one deployment
You can containerize the lambda functions and when you deploy each lambda function, you can overwrite the CMD for each function in the resource block to match what you need. I'm doing something similar but only deploy 2 lambda functions which use the same source code but do very different tasks. I also strongly suggest you use the terraform-aws-lambda module since it will build out all related resources you need.
- Scastie now blocks russian IPs
-
Deploying a lambda with terraform that contains multiple files?
Have a look at this module: https://github.com/terraform-aws-modules/terraform-aws-lambda
-
Is there support for adding RDS proxy to lambda function in terraform, I don't see anything in documentation?
I can't find any open issues on github or anyone asking for it other than in the modules that are provided. https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/128
terraform-aws-security-group
Posts with mentions or reviews of terraform-aws-security-group.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-24.
-
Security groups / rules are working but becoming unmanageable - how can I streamline this?
I've got a terraform workspace that has grown very organically. I'm setting my security group rules in a locals definition then calling each type of rule from each of the local values. I've looked into the security group module by Anton but because we have a mixture of CIDRs and Secgroups (as destinations and sources) I do not believe we can leverage it the way it is intended to be.
-
AWS Terraform: How do YOU manage your security groups?
First of all, I don't much go for stuff like https://github.com/terraform-aws-modules/terraform-aws-security-group, I find it obscures what's actually going on. Where before I just had to learn how AWS works, now I have to learn how AWS and all of these external modules work. Remember, infra-as-code isn't the same as other code-code, the same approaches that work for code-code don't always work for infra-as-code.
-
terraform-aws-modules/security-group - best approach for adding rules?
Looks good, but there is no such rule named "splunk" but there are 4 of them - https://github.com/terraform-aws-modules/terraform-aws-security-group/blob/master/rules.tf#L139-L142 .
What are some alternatives?
When comparing terraform-aws-lambda and terraform-aws-security-group you can also consider the following projects:
covid-alert-server-staging-terraform
terraform-aws-rds - Terraform module to create AWS RDS resources ๐บ๐ฆ
count - Comparing serverless platforms
terraform-aws-cloudwatch - Terraform module to create AWS Cloudwatch resources ๐บ๐ฆ
terraform-aws-route53 - Terraform module to create AWS Route53 resources ๐บ๐ฆ
Terraform-EKS-Cluster-with-Node-Group - Creating an EKS cluster with node group
terraform-aws-lambda vs covid-alert-server-staging-terraform
terraform-aws-security-group vs terraform-aws-rds
terraform-aws-lambda vs count
terraform-aws-security-group vs terraform-aws-cloudwatch
terraform-aws-lambda vs terraform-aws-route53
terraform-aws-security-group vs Terraform-EKS-Cluster-with-Node-Group