A serverless Twitter built with some cool stuff, such as the Serverless Framework, AppSync (GraphQL), Lambda, DynamoDB, Cognito, Kinesis Firehose, and Algolia ☁️
Configured a managed cache layer to the AppSync API. In this specific configuration, it'll add a T2_LARGE instance to the production environment, and no instances at all to other stages in order to reduce costs.
To add a caching layer per stage, simply add a new stage under custom.appSyncCaching on the serverless.yml file.
Configured a managed cache layer to the AppSync API. In this specific configuration, it'll add a T2_LARGE instance to the production environment, and no instances at all to other stages in order to reduce costs.
To add a caching layer per stage, simply add a new stage under
custom.appSyncCaching
on theserverless.yml
file.