declapract-typescript-ehmpathy 0.20.13 → 0.20.14

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "devDependencies": {
3
- "simple-artifact-builder": "@declapract{check.minVersion('1.1.9')}"
3
+ "simple-artifact-builder": "@declapract{check.minVersion('1.1.11')}"
4
4
  },
5
5
  "scripts": {
6
6
  "build:artifact": "npx simple-artifact-builder zip"
@@ -48,7 +48,7 @@ provider:
48
48
  - s3:ListObject
49
49
  - s3:GetObject
50
50
  - s3:PutObject
51
- Resource: arn:aws:s3:${aws:region}:${aws:accountId}:${self:service}-*
51
+ Resource: arn:aws:s3:::${self:service}-* # note, region and account can not be included in this resource arn, otherwise aws throws error
52
52
  # allow reading and writing to sqs queues namespaced to this service
53
53
  - Effect: Allow
54
54
  Action:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "declapract-typescript-ehmpathy",
3
- "version": "0.20.13",
3
+ "version": "0.20.14",
4
4
  "description": "declapract best practices declarations for typescript",
5
5
  "main": "src/index.js",
6
6
  "repository": "ehmpathy/declapract-typescript-ehmpathy",