@ttoss/lambda-postgres-query 0.2.19 → 0.3.1

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.
@@ -131,7 +131,7 @@ var createLambdaPostgresQueryTemplate = ({
131
131
  Role: {
132
132
  "Fn::GetAtt": ["LambdaQueryExecutionRole", "Arn"]
133
133
  },
134
- Runtime: "nodejs20.x",
134
+ Runtime: "nodejs22.x",
135
135
  Environment: {
136
136
  Variables: {
137
137
  DATABASE_HOST: {
@@ -96,7 +96,7 @@ var createLambdaPostgresQueryTemplate = ({
96
96
  Role: {
97
97
  "Fn::GetAtt": ["LambdaQueryExecutionRole", "Arn"]
98
98
  },
99
- Runtime: "nodejs20.x",
99
+ Runtime: "nodejs22.x",
100
100
  Environment: {
101
101
  Variables: {
102
102
  DATABASE_HOST: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/lambda-postgres-query",
3
- "version": "0.2.19",
3
+ "version": "0.3.1",
4
4
  "description": "Create a Lambda function that queries a PostgreSQL database.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -32,7 +32,7 @@
32
32
  "@aws-sdk/client-lambda": "^3.624.0",
33
33
  "camelcase-keys": "^7.0.2",
34
34
  "pg": "^8.12.0",
35
- "@ttoss/cloudformation": "^0.10.14"
35
+ "@ttoss/cloudformation": "^0.10.15"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/jest": "^29.5.14",
@@ -40,8 +40,8 @@
40
40
  "aws-sdk-client-mock": "^4.0.1",
41
41
  "jest": "^29.7.0",
42
42
  "tsup": "^8.3.5",
43
- "@ttoss/config": "^1.35.1",
44
- "@ttoss/test-utils": "^2.1.20"
43
+ "@ttoss/config": "^1.35.2",
44
+ "@ttoss/test-utils": "^2.1.21"
45
45
  },
46
46
  "keywords": [
47
47
  "aws",