opentelemetry-lambda
terraform-aws-lambda

opentelemetry-lambda | terraform-aws-lambda | |
---|---|---|
8 | 13 | |
300 | 953 | |
3.0% | 0.9% | |
9.3 | 8.2 | |
7 days ago | 18 days ago | |
Go | HCL | |
Apache License 2.0 | Apache License 2.0 |
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.
opentelemetry-lambda
-
Did OpenTelemetry deliver on its promise in 2023?
I mean, sure, you can improve performance a bit by increasing the RAM/compute capacity on the Lambda. But it always adds a pretty steep overhead right now, no matter how much capacity you throw at it.
https://github.com/open-telemetry/opentelemetry-lambda/issue...
https://github.com/aws-observability/aws-otel-lambda/issues/...
-
Instrumenting AWS Lambda functions with OpenTelemetry SDKs
OpenTelemetry AWS Lambda repository
- OpenTelemetry in 2023
-
Serverless Spy Vs. Spy Chapter 3: X-Ray vs Jaeger - Send Lambda traces with open telemetry
With the sample apps from the opentelemetry-lambda repository the Lambda part itself was easy to implement. What took me some time was to provide the jaeger Fargate service with IaC ouside of an k8s environment. But with ECS and ServiceDiscovery that was easy in the end. This should be even more simple in an EKS environment with the jaegertracing helm-charts.
-
AWS Lambda tracing with OpenTelemetry and OpenSearch
OpenTelemetry recently released https://github.com/open-telemetry/opentelemetry-lambda, but they also have this in the official docs https://opentelemetry.io/docs/instrumentation/js/serverless/. What do you consider to be the better option?
-
Serverless Spy Vs. Spy Chapter 2: AWS Distro for OpenTelemetry Lambda vs X-Ray SDK
opentelemetry-lambda
-
How to Instrument AWS Services with OpenTelemetry
You don’t have to create an opentelemetry configuration file such as this for each of your lambdas. In fact, you shouldn’t. In AWS, you can use Lambda Layers. You can define the OpenTelemetry tracing piece of code as a Lambda layer and use it in any Lambda you want. Furthermore, OpenTelemetry went ahead and implemented this opentelemetry-lambda layer for us. All we need to do is use it with our config.
-
Struggling to connect the dots - ADOT with Lambda using aws-otel-nodejs Lambda layer, not sure how to go from here to using custom instrumentation (e.g. instrumentation-pg, instrumentation-graphql, etc).
Sorry you're having trouble working with the ADOT Lambda Layers :(. Have you had a chance to open an issue on the GitHub repo for OTel Lambda or ADOT Lambda? You should add your expected vs your actual output!
terraform-aws-lambda
- 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
What are some alternatives?
deploy-aws-lambda-to-vpc-with-terraform - Terraform module with all the cloud resources needed to run Lambda within a VPC
count - Comparing serverless platforms
proposal-async-context - Async Context for JavaScript
terraform-aws-security-group - Terraform module to create AWS Security Group resources 🇺🇦
opentelemetry-examples
covid-alert-server-staging-terraform
terraform-aws-jaeger - Terraform module for Jeager
terraform-aws-appsync - Terraform module to create AWS AWS AppSync resources 🇺🇦
aws-otel-js - AWS Distro for OpenTelemetry JavaScript SDK
terraform-aws-route53 - Terraform module to create AWS Route53 resources 🇺🇦
helm-charts - Helm Charts for Jaeger backend
terraform-aws-apigateway-v2 - Terraform module to create AWS API Gateway v2 (HTTP/WebSocket) 🇺🇦
