Skip to content

New Relic Python Agent v10.12.0.1

Choose a tag to compare

@chaudharysaket chaudharysaket released this 28 May 08:38
· 44 commits to master since this release
cc5dce8

Releases Lambda Layer with Python Agent v10.12.0 and Extension v2.3.19.

  • The Layer adds NEW_RELIC_MAX_PAYLOAD which enables use of PutLogEvents to send logs > 256 KB directly to CloudWatch - -LogGroup, as mentioned in aws docs
  • Lambda IAM permissions required to use the NEW_RELIC_MAX_PAYLOAD feature:
    • logs:CreateLogGroup
    • logs:CreateLogStream
    • logs:PutLogEvents