上一页 1 ··· 137 138 139 140 141 142 143 144 145 ··· 491 下一页
摘要: Using --project-expression: aws dynamodb scan --table-name users --projection-expression "user_id,game_id" { "Items": [ { "user_id": { "S": "ersaessew 阅读全文
posted @ 2021-05-31 19:50 Zhentiw 阅读(125) 评论(0) 推荐(0)
摘要: The original code: createGroup.ts: import { v4 as uuidv4 } from "uuid"; import "source-map-support/register"; import * as AWS from "aws-sdk"; import { 阅读全文
posted @ 2021-05-27 00:54 Zhentiw 阅读(92) 评论(0) 推荐(0)
摘要: Part 1 Of Serverless Framework with AWS DynamoDB & ApiGateway Build a Lambda function get data from DynamoDB: src/lambda/http/getGroups.ts import * as 阅读全文
posted @ 2021-05-24 22:12 Zhentiw 阅读(131) 评论(0) 推荐(0)
摘要: Part 0 of Serverless Framework with AWS Serverless Project Structure New configuration format Please notice that the default structure of the TypeScri 阅读全文
posted @ 2021-05-24 22:09 Zhentiw 阅读(59) 评论(0) 推荐(0)
摘要: You can find more information about Middy library and all available middleware here Here is an example for how to use cors Middy middleware in Lambda: 阅读全文
posted @ 2021-05-24 14:38 Zhentiw 阅读(69) 评论(0) 推荐(0)
摘要: Auth0 returns a JWT token JSON that contains information about a user No need to send a request to Auth0 to verify JWT What pervents anyone to generat 阅读全文
posted @ 2021-05-23 23:07 Zhentiw 阅读(78) 评论(0) 推荐(0)
摘要: Full-Text Search Find images by names What this usually means Support search by any field Tolerate typos Support highlight Rank search result So when 阅读全文
posted @ 2021-05-20 21:38 Zhentiw 阅读(619) 评论(0) 推荐(0)
摘要: Read: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-partition-key-uniform-load.html https://aws.amazon.com/blogs/database/choosi 阅读全文
posted @ 2021-05-19 15:07 Zhentiw 阅读(530) 评论(0) 推荐(0)
摘要: Websocket is a bit different from HTTP, they work on top of a TCP connection. User connects to API Gateway with some payload, Apigateway routing the r 阅读全文
posted @ 2021-05-18 19:57 Zhentiw 阅读(183) 评论(0) 推荐(0)
摘要: Serverless framework with AWS Link to each sections Table of Content: Part 0: Serverless Project structure Part 1: DynamoDB & ApiGateway Part 2: Event 阅读全文
posted @ 2021-05-17 15:15 Zhentiw 阅读(166) 评论(0) 推荐(0)
上一页 1 ··· 137 138 139 140 141 142 143 144 145 ··· 491 下一页