@goldstack/utils-aws-lambda 0.1.21 → 0.1.24
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ function async deployFunction(
|
|
|
22
22
|
|
|
23
23
|
## readLambdaConfig
|
|
24
24
|
|
|
25
|
-
This function will generate a configuration for AWS HTTP API Gateway based on `.ts` files in a folder. For more information, see [Goldstack Documentation - Defining Routes](https://docs.goldstack.party/docs/
|
|
25
|
+
This function will generate a configuration for AWS HTTP API Gateway based on `.ts` files in a folder. For more information, see [Goldstack Documentation - Defining Routes](https://docs.goldstack.party/docs/templates/serverless-api#defining-routes-1)
|
|
26
26
|
|
|
27
27
|
```typescript
|
|
28
28
|
export interface LambdaConfig {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goldstack/utils-aws-lambda",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.24",
|
|
4
4
|
"description": "Utilities for deploying AWS Lambda functions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"goldstack",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"version:apply:force": "yarn version $@ && yarn version apply"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@goldstack/utils-aws-cli": "0.3.
|
|
45
|
+
"@goldstack/utils-aws-cli": "0.3.50",
|
|
46
46
|
"@goldstack/utils-log": "0.2.11",
|
|
47
|
-
"@goldstack/utils-sh": "0.4.
|
|
48
|
-
"aws-sdk": "2.
|
|
47
|
+
"@goldstack/utils-sh": "0.4.27",
|
|
48
|
+
"aws-sdk": "2.814.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@goldstack/utils-git": "0.1.31",
|