Medium reading 9.21 Using AWS CodeCommit and Lambda for automatic code deployment to S3-bucket
Word
tedious 乏味
streamlined 流线型的 有效率的
accomplish 完成 达到
complicated 复杂的
assume 认为 假定 承担
Afterwards 然后地
Furthermore 此外 而且
attach 连接 附属 系上
credentials 证书
wizard 巫师 男巫
fine-tune 微调
inspired 有灵感的
binary large objects (BLOBs)
tutorial 指南 指导
Knowledge
S3 can host static website
Bucket Policy
{ "Version": "2012-10-17", "Statement": [ { "Sid": "PublicReadGetObject", "Effect": "Allow", "Principal": "*", "Action": "s3:GetObject", "Resource": "arn:aws:s3:::bucket-name/*" } ] }
two policies
AWSLambdaExecute and AWSCodeCommitReadOnly.
转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论,也可以邮件至 wshten@gmail.com
文章标题:Medium reading 9.21 Using AWS CodeCommit and Lambda for automatic code deployment to S3-bucket
本文作者:KevinTen
发布时间:2019-09-21, 10:00:00
最后更新:2019-09-21, 16:06:41
原始链接:http://github.com/kevinten10/2019/09/21/Medium/Medium-9-21-2/版权声明: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。