-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhanced AWS Lambda serverless functionality #2811
Commits on Aug 13, 2024
-
Enhanced AWS Lambda serverless functionality
- Introduce support for parsing distributed tracing information for HTTP based trigger invocations of the instrumented Lambda function - Both AWS API Gateway versions 1.0 and 2.0 are supported - For web driven invocations of an instrumented function, categorize the invocation as being "web" based, and record relevant HTTP information including the method, URI, and status code post invocation. - Recognize and report on fully 12 separate AWS resources that are capable of triggering a Lambda function invocation: ALB, API Gateway V1, API Gateway V2, CloudFront, CloudWatch Scheduler, DynamoStreams, Firehose, Kinesis, S3, SES, SNS, and SQS. - If an AWS resource based trigger is identified, record at least the type of the resource and the relevant arn. For many resources, also record additional context specific information. For example, for an S3 based invocation, record the S3 bucket name.
Configuration menu - View commit details
-
Copy full SHA for 420c374 - Browse repository at this point
Copy the full SHA 420c374View commit details
Commits on Aug 14, 2024
-
ServerlessHandlerEventSources: json loading fixes
- utilize the constant pointing to the JSON source file - only read from the JSON source file once
Configuration menu - View commit details
-
Copy full SHA for 4677f2e - Browse repository at this point
Copy the full SHA 4677f2eView commit details -
serverless tests: require Ruby 3.2+ for 12 types
for the dozen AWS resources under test, require Ruby 3.2+
Configuration menu - View commit details
-
Copy full SHA for af5a204 - Browse repository at this point
Copy the full SHA af5a204View commit details -
serverless: additional Ruby v3.2+ constraints
skip unless Ruby v3.2+ (minimum available AWS Lambda runtime)
Configuration menu - View commit details
-
Copy full SHA for c115011 - Browse repository at this point
Copy the full SHA c115011View commit details -
serverless test: additional skips
constrain all relevant tests to Ruby 3.2+
Configuration menu - View commit details
-
Copy full SHA for 53ef893 - Browse repository at this point
Copy the full SHA 53ef893View commit details -
don't destructively alter the hash - use #dup instead
Configuration menu - View commit details
-
Copy full SHA for 60c2850 - Browse repository at this point
Copy the full SHA 60c2850View commit details
Commits on Aug 15, 2024
-
Co-authored-by: Hannah Ramadan <76922290+hannahramadan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0d693d3 - Browse repository at this point
Copy the full SHA 0d693d3View commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8dbb901 - Browse repository at this point
Copy the full SHA 8dbb901View commit details -
tense fix for lambda updates Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3b4cb7b - Browse repository at this point
Copy the full SHA 3b4cb7bView commit details -
use bullets for the lambda enhancements Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9271b6b - Browse repository at this point
Copy the full SHA 9271b6bView commit details -
serverless: remove rescue left over from testing
remove `rescue` that was intended to be temporary
Configuration menu - View commit details
-
Copy full SHA for c27f24c - Browse repository at this point
Copy the full SHA c27f24cView commit details -
serverless: leverage #each_value
use `each_value` instead of `each` with `_key`
Configuration menu - View commit details
-
Copy full SHA for af52a76 - Browse repository at this point
Copy the full SHA af52a76View commit details -
serverless tests: skip unless Ruby 3.2+
the serverless handler is only used with Ruby v3.2+, so only test with Ruby v3.2+
Configuration menu - View commit details
-
Copy full SHA for 839bb1b - Browse repository at this point
Copy the full SHA 839bb1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3768db - Browse repository at this point
Copy the full SHA f3768dbView commit details