You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #2919 having demonstrated that a change unrelated to serverless operation can inadvertently impact serverless operation, we ought to proactively prevent any future similar issue from happening by hardening the agent's release process.
Here are at least 2 complementary ideas that can be explored:
Additional testing prior to release: We could potentially modify the publish-layers.sh script described in the layers README to produce .zips but skip their publication. The zips could then be incorporated into a CDK (probably, though CFN or TF might work too) based workflow that would spin up a Ruby Lambda function with a .zip based layer applied. The function could then be invoked and NRQL used to confirm a successful invocation.
Additional testing post release: Immediately after an agent release has produced newly published Lambda layers, those layers could be applied to a Ruby Lambda function and tested by invoking the function and performing a NRQL query to confirm successful invocation.
The text was updated successfully, but these errors were encountered:
With #2919 having demonstrated that a change unrelated to serverless operation can inadvertently impact serverless operation, we ought to proactively prevent any future similar issue from happening by hardening the agent's release process.
Here are at least 2 complementary ideas that can be explored:
publish-layers.sh
script described in the layers README to produce .zips but skip their publication. The zips could then be incorporated into a CDK (probably, though CFN or TF might work too) based workflow that would spin up a Ruby Lambda function with a .zip based layer applied. The function could then be invoked and NRQL used to confirm a successful invocation.The text was updated successfully, but these errors were encountered: