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
fix: update incorrect caching type name from T2_LARGE to LARGE #8
Update the caching type from T2_LARGE to LARGE, which is the correct one.
Also, I commented on the appsyncCaching.prod because nowadays the workflow prod.yml is triggered when new pull requests are merged. That means this workflow would actually set up a large instance on AWS.
Update the caching type from T2_LARGE to LARGE, which is the correct one.
Also, I commented on the appsyncCaching.prod because nowadays the workflow
prod.yml
is triggered when new pull requests are merged. That means this workflow would actually set up a large instance on AWS.