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
The library code requires functionality that provides insights into its behavior at runtime for demonstration purposes. There are a few ways this can be done.
Console log a standard object that contains runtime details that are relevant to the demo dashboard. Use AWS SDK from Next frontend app to tail logs and display relevant data in Visualizer.
Create a data aggregation lambda/endpoint that collects these logs. Have the Dashboard poll the endpoint for status updates. Store logging in DynamoDB.
Have next app expose lambda endpoint that receives telemetry and immediately updates UI accordingly.
This functionality needs to be behind feature flags that ensure it is only active in the @oslabs-beta version of the library. We can use a simple in-house feature flagging based on environment variables to enable/disable flags.
The text was updated successfully, but these errors were encountered:
The library code requires functionality that provides insights into its behavior at runtime for demonstration purposes. There are a few ways this can be done.
This functionality needs to be behind feature flags that ensure it is only active in the @oslabs-beta version of the library. We can use a simple in-house feature flagging based on environment variables to enable/disable flags.
The text was updated successfully, but these errors were encountered: