上一页 1 ··· 155 156 157 158 159 160 161 162 163 ··· 498 下一页
摘要: 阅读全文
posted @ 2021-03-03 19:28 Zhentiw 阅读(53) 评论(0) 推荐(0)
摘要: Kinesis Stream Add Kinesis serverless.yml, add following configuration resources: Resources: orderEventsStream: Type: AWS::Kinesis::Stream Properties: 阅读全文
posted @ 2021-03-03 18:22 Zhentiw 阅读(120) 评论(0) 推荐(0)
摘要: Kinesis trigger Lambda flow When kinesis stream receive order_placed event then trigger Lambda which will call ses (Simple Email Service) to send emai 阅读全文
posted @ 2021-03-03 18:21 Zhentiw 阅读(109) 评论(0) 推荐(0)
摘要: We'll define the color palette and create the basic screen styles for our project in addition to Sass helpers for our form design system. We will set 阅读全文
posted @ 2021-03-02 23:58 Zhentiw 阅读(186) 评论(0) 推荐(0)
摘要: Let's say we have a date picker compoent which display start date and end date. We want to make sure that start date is no later than end date, if it 阅读全文
posted @ 2021-02-28 17:20 Zhentiw 阅读(62) 评论(0) 推荐(0)
摘要: Apollo Client is a comprehensive state management library for JavaScript that enables you to manage both local and remote data with GraphQL. Use it to 阅读全文
posted @ 2021-02-25 03:30 Zhentiw 阅读(94) 评论(0) 推荐(0)
摘要: In functions/graphql/index.js file: const { ApolloServer, gql } = require("apollo-server-lambda"); const typeDefs = gql` type Query { todos: [Todo]! } 阅读全文
posted @ 2021-02-25 03:24 Zhentiw 阅读(101) 评论(0) 推荐(0)
摘要: Serverless AWS lambda Config serverless with aws serverless config credentials --provider aws --key <ACCESS_KEY_AWS> --secret <SECRET_KEY_AWS> Init pr 阅读全文
posted @ 2021-02-24 21:37 Zhentiw 阅读(123) 评论(0) 推荐(0)
摘要: Choose a "Hosted zones" (the application we created) A Version with 90% weight B Version with 10% weight Blue/Green deployment whitepaper 阅读全文
posted @ 2021-02-22 19:29 Zhentiw 阅读(141) 评论(0) 推荐(0)
摘要: During the deployment, if you have any external files you need to add into build process. You can save those files into S3. Then pulling those files i 阅读全文
posted @ 2021-02-22 16:22 Zhentiw 阅读(81) 评论(0) 推荐(0)
上一页 1 ··· 155 156 157 158 159 160 161 162 163 ··· 498 下一页