declapract-typescript-ehmpathy 0.25.7 → 0.26.0
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.
|
@@ -68,7 +68,9 @@ provider:
|
|
|
68
68
|
- dynamodb:Scan
|
|
69
69
|
- dynamodb:GetItem
|
|
70
70
|
- dynamodb:PutItem
|
|
71
|
-
Resource:
|
|
71
|
+
Resource:
|
|
72
|
+
- arn:aws:dynamodb:${aws:region}:${aws:accountId}:table/${self:service}-* # allow read and write to all tables w/ this services name prefix
|
|
73
|
+
- arn:aws:dynamodb:${aws:region}:${aws:accountId}:table/infrastructure-${self:provider.stage}-table-domain-driven-cache # allow read and write to global domain driven cache
|
|
72
74
|
# allow publishing to sns topics namespaced by this service
|
|
73
75
|
- Effect: Allow
|
|
74
76
|
Action:
|
|
@@ -57,6 +57,7 @@ resource "github_branch_protection" "main_branch" {
|
|
|
57
57
|
required_status_checks {
|
|
58
58
|
strict = true # branch must be up to date. otherwise, we dont know if it will really pass once it is merged
|
|
59
59
|
contexts = [
|
|
60
|
+
"suite / install",
|
|
60
61
|
"suite / test-commits",
|
|
61
62
|
"suite / test-types",
|
|
62
63
|
"suite / test-format",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "declapract-typescript-ehmpathy",
|
|
3
3
|
"author": "ehmpathy",
|
|
4
4
|
"description": "declapract best practices declarations for typescript",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.26.0",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"repository": "ehmpathy/declapract-typescript-ehmpathy",
|
|
8
8
|
"homepage": "https://github.com/ehmpathy/declapract-typescript-ehmpathy",
|