forked from newrelic/aws-log-ingestion
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge changes from upstream #6
Merged
Merged
Conversation
This file contains 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
This variable allows configuring NR_TAGS during deployment
added nr_tags variable
- add infra payload details and example - update pre-commit to latest standard - update .gitignore to ignore samconfig.toml files
…ad-format docs: infra payload format
Signed-off-by: mrickard <[email protected]>
…rmat kmullaney/fix notes format
docs: change notes to footnote
- accept-encoding header is also neeeded - provide example encoding and compression Linux command
Staying ahead of the curve. https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy
LAMBDA-1452-SIGNED
feat: update to python3.9
docs: update encoding and headers
…-2.6.6 fix: Bumping version for release
Make `Metadata.SemanticVersion` match latest release
* Use GH actions * Ditch circleci * Update `Developer.md`
* Use group notation to define dev deps * Update dependencies * Bump minor version
fix: downgraded python version to 3.10 in release.yml
…es not support 3.11
…ump-python-runtime-3.11
Bump python runtime 3.11
… does not support 3.11
Downgraded python version to 3.10 in pyproject.toml
…ump-python-runtime-3.11
Bump python runtime 3.11
…ump-python-runtime-3.11
Bump python runtime 3.11
fix: added poetry from command `sam publish`
fix: check release GitHub action works correctly
Update dependencies to fix CVEs
version bump for vulnerabilities fixes
As with framer/aws_s3_log_ingestion_lambda#7: Merge the upstream changes, trying to keep our own diff as tight as possible. |
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.
This brings in all changes from upstream except for the
.github/workflows/release.yaml
file, as that is completely New Relic-specific and not needed for our fork.