A serverless Twitter built with some cool stuff, such as the Serverless Framework, AppSync (GraphQL), Lambda, DynamoDB, Cognito, Kinesis Firehose, and Algolia ☁️
MIT License
42
stars
6
forks
source link
feat(api/logging): set up AppSync logging to CloudWatch Logs #19
Set up AppSync logging configuration to ship API-level logs to CloudWatch Logs.
Features:
[x] Set up log level to ERROR in the prod stage and ALL to any other stage
[x] Exclude verbose content in the prod stage and keep it in the other stages
Set up AppSync logging configuration to ship API-level logs to CloudWatch Logs.
Features: [x] Set up log level to ERROR in the
prod
stage and ALL to any other stage [x] Exclude verbose content in theprod
stage and keep it in the other stages