Merge from Master#1
Open
reclaim0982 wants to merge 47 commits into
Open
Conversation
…pressed payload<1MB) for large file
…PATTERN, S3_IGNORE_PATTERN env variables BATCH_SIZE_FACTOR: affects uncompressed batch size, default: 1.5 S3_CLOUDTRAIL_LOG_PATTERN: regex pattern to match CloudTrail log file, default: .*CloudTrail.*\.json.gz$ S3_IGNORE_PATTERN: regex pattern to match log file to be ignored/skipped, default: $^
…ar BATCH_SIZE_FACTOR
Incremented version to 1.1.2
Increment version to 1.1.2
This is needed so SAM takes care of the dependency management when packaging
Fix structure for SAM and update version in the template
Adding developer docs and makefile
Added PermissionsBoundary and FunctionRole optional parameters
* Update README.md Updated to Community Plus header * Fix typo docume to document Co-authored-by: Daniel Rodríguez <daniel@dpstudios.es>
Co-authored-by: Daniel Rodríguez <daniel@dpstudios.es>
* Upgrade dependencies versions because vulnerability issues * Version bump to v1.1.4
Allow adding additional attributes
feat: bump Python runtime version to v3.11
Fix for library vulnerabilities
Issue with CloudTrail digest fixed
…h_fix Fix python requirements file path in serverless configuration
Fix for vulnerable libraries
fixing vulnerabilities
fixing CVEs
feat: Upgrade Lambda runtime to Python 3.12
NR-560729 Add Japan region support for log ingestion endpoint
Bump version to 1.4.0 for Japan region release
Update JP endpoint from log-api.jp.newrelic.com to log-api.jp.nr-data.net as the newrelic.com hostname has no DNS record. Bump version to 1.4.1.
The JP logging endpoint has been migrated from log-api.jp.newrelic.com to log-api.jp.nr-data.net. Update the endpoint URL to reflect this change.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge from Master