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: add BatchInvoke to Lambda GraphQL resolver #9
Added a Lambda resolver to get the Tweet creator's profile through a BatchInvoke operation, in order to reduce the number of Lambda invocations.