🤩 Success
- setting : serverless offine
- add : expreess serverless dynamodb
🤩 Success
- ngrok & serverless
- can post message data from line to dynamoDB
🤯 Doing
- connect to chat-ui
- Serverless : offline , online
- Feature : graphql
😠Error
- GlobalSecondaryIndexes can't get anything, ( proj not support GSI and file )
- FRONTEND : postman error can't get data because I don't know the correct format to do GSI.
- BACKEND : aws dynamoDB is work
???
🥲 ServerlessYoutubeSeries/lambdas/common/Dynamo.js
- query: async ({ tableName, index, queryKey, queryValue }) => {...}
🥲 ServerlessYoutubeSeries/lambdas/endpoints/getGameScores.js
- const handler = async event => {...}
🤩 Success
Building a serverless app with TypeScript
🤯 Doing
- serverless.ts : advance
- api : graphql
- ...