@capraconsulting/webapp-deploy-lambda 2.1.3 → 2.1.4
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/README.md +4 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -42,7 +42,10 @@ longer have any reference to them.
|
|
|
42
42
|
aws lambda invoke \
|
|
43
43
|
--function-name my-deploy-lambda \
|
|
44
44
|
--payload '{
|
|
45
|
-
"
|
|
45
|
+
"ResourceProperties": {
|
|
46
|
+
"artifactS3Url": "s3://my-bucket/my-release.tgz"
|
|
47
|
+
},
|
|
48
|
+
"RequestType": "Update"
|
|
46
49
|
}' \
|
|
47
50
|
/tmp/out.log
|
|
48
51
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capraconsulting/webapp-deploy-lambda",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"description": "CDK construct for deploying a webapp release to S3 and CloudFront",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@aws-cdk/assert": "2.68.0",
|
|
37
|
-
"@commitlint/cli": "17.
|
|
38
|
-
"@commitlint/config-conventional": "17.
|
|
37
|
+
"@commitlint/cli": "17.8.0",
|
|
38
|
+
"@commitlint/config-conventional": "17.8.0",
|
|
39
39
|
"@types/jest": "29.5.5",
|
|
40
|
-
"@types/node": "18.
|
|
41
|
-
"@typescript-eslint/eslint-plugin": "6.7.
|
|
42
|
-
"@typescript-eslint/parser": "6.7.
|
|
43
|
-
"aws-cdk-lib": "2.
|
|
44
|
-
"constructs": "10.
|
|
45
|
-
"eslint": "8.
|
|
40
|
+
"@types/node": "18.18.5",
|
|
41
|
+
"@typescript-eslint/eslint-plugin": "6.7.5",
|
|
42
|
+
"@typescript-eslint/parser": "6.7.5",
|
|
43
|
+
"aws-cdk-lib": "2.100.0",
|
|
44
|
+
"constructs": "10.3.0",
|
|
45
|
+
"eslint": "8.51.0",
|
|
46
46
|
"eslint-config-prettier": "9.0.0",
|
|
47
47
|
"eslint-plugin-deprecation": "2.0.0",
|
|
48
|
-
"eslint-plugin-prettier": "5.0.
|
|
48
|
+
"eslint-plugin-prettier": "5.0.1",
|
|
49
49
|
"husky": "8.0.3",
|
|
50
50
|
"jest": "29.7.0",
|
|
51
51
|
"jest-cdk-snapshot": "2.0.1",
|