摘要: 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)