A serverless Twitter built with some cool stuff, such as the Serverless Framework, AppSync (GraphQL), Lambda, DynamoDB, Cognito, Kinesis Firehose, and Algolia ☁️
Configured a Lambda function triggered by a cron job (EventBridge Events) that switches AppSync's log level between ALL and ERROR. This way is possible to have the full request log (logLevel: ALL) 10% of the time.
Configured a Lambda function triggered by a cron job (EventBridge Events) that switches AppSync's log level between ALL and ERROR. This way is possible to have the full request log (logLevel:
ALL
) 10% of the time.