fullstackchronicles.com - Full Stack Chronicles | Full Stack Chronicles

Description: Full stack design patterns and random musings

Example domain paragraphs

Full Stack Chronicles Home Topics All Topics Google Cloud Platform AWS Azure Snowflake Okta OpenAPI Spark Kafka CI/CD Archive Search Recent Posts Netlify logging to SumoLogic Without Log Drains Enhancing dbt Snapshots with Operational Metadata Yoast (like) JSON-LD Structured Data for Docusaurus Introducing GitVer - an alternative versioning scheme Use Deno Deploy to Serve Non-Traditional Artifacts Apache Beam in Five Minutes AWS IAM vs Google IAM Create and use Custom Magic Commands in Jupyter Deno in 5 Min

If you are deploying a JAMStack app in Netlify, the odds are each page will include an API call (using Netlify functions), and for authenticated pages, the request will include a Bearer Token.

Create a logging module that exports functions that can be used by any of your Netlify functions to log verbose data to the console (seen in the function log output in the Netlify app) and to push log events to a Hosted SumoLogic Collector Source. This will allow you to see verbose logs for each function call and CDN logs for each page load.