1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

updated devops to improve building lambda functions

This commit is contained in:
Lee Brown
2019-09-05 13:17:50 -08:00
parent d2ed2397fd
commit 5c2d27f295
3 changed files with 5 additions and 1 deletions

View File

@ -434,6 +434,8 @@ func NewConfig(log *log.Logger, targetEnv Env, awsCredentials devdeploy.AwsCrede
"s3:ListObjects",
"s3:PutObject",
"s3:PutObjectAcl",
"s3:GetObject",
"s3:HeadObject",
"cloudfront:ListDistributions",
"ec2:DescribeNetworkInterfaces",
"ec2:DeleteNetworkInterface",