Post-processing in functions - should it work?

Answered

We are implementing DataDog Logging so that we can monitor some of the API calls that we are making. I created a function to call datadog's api and send it information. It works fine. However, I'd like to run it post-process so that it happens after the call is complete. When I made this change, the events stopped posting to DD. Any ideas on why this isn't working? Is post-processing in functions supported?

7 replies