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
This should be relatively easy to setup in the CloudFormation Description, but there are some logistical questions. The logging should be optional and configurable from the app's API definition.
Should logging be on by default for all API methods? (I think yes?)
What naming convention should we follow to store the logs in S3? These need to be searchable in CloudWatch event streams
How long should the logs persist? It could be a somewhat cumbersome amount of data.
Should data from logging be piped into some sort of analysis platform, like Kibana?
The text was updated successfully, but these errors were encountered:
This should be relatively easy to setup in the CloudFormation Description, but there are some logistical questions. The logging should be optional and configurable from the app's API definition.
The text was updated successfully, but these errors were encountered: