@voxgig/build 1.4.9 → 1.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build.ts CHANGED
@@ -484,7 +484,7 @@ Basic${AppName}LambdaRole:
484
484
  - lambda.amazonaws.com
485
485
  Action: sts:AssumeRole
486
486
  Policies:
487
- - PolicyName: LambdaDynamoDBAccess
487
+ - PolicyName: LambdaServiceAccess
488
488
  PolicyDocument:
489
489
  Version: '2012-10-17'
490
490
  Statement:
package/dist/build.js CHANGED
@@ -382,7 +382,7 @@ Basic${AppName}LambdaRole:
382
382
  - lambda.amazonaws.com
383
383
  Action: sts:AssumeRole
384
384
  Policies:
385
- - PolicyName: LambdaDynamoDBAccess
385
+ - PolicyName: LambdaServiceAccess
386
386
  PolicyDocument:
387
387
  Version: '2012-10-17'
388
388
  Statement:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voxgig/build",
3
- "version": "1.4.9",
3
+ "version": "1.4.10",
4
4
  "main": "dist/build.js",
5
5
  "type": "commonjs",
6
6
  "types": "dist/build.d.ts",