eduardo3g / twitter

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

Closed eduardo3g closed 3 years ago

eduardo3g commented 3 years ago

Added a Lambda resolver to get the Tweet creator's profile through a BatchInvoke operation, in order to reduce the number of Lambda invocations.